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