public string GetUnindexedList(string pdbPath) { return(SrcTool.GetUnindexedList(pdbPath)); }
// Returns the list of files in that need source indexing private List <SourceFile> GetFileListing(string pdbPath) { return(SrcTool.GetFileListing(pdbPath)); }
public string EvaluateSourceIndexing(string pdbPath) { return(SrcTool.GetSrcSrvResults(pdbPath)); }