示例#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));
 }