1 override of FileExists
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (1)
26
protected override bool
FileExists
(string? fullPath)
2 references to FileExists
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (1)
33
return base.
FileExists
(fullPath);
SourceFileResolver.cs (1)
104
string? resolvedPath = FileUtilities.ResolveRelativePath(path, baseFilePath, _baseDirectory, _searchPaths,
FileExists
);