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