public ISourceFile FindFile(string path)
 {
     return(SourceFiles.BinarySearch(path));
 }