1 override of FileExists
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.CompilerRelativePathResolver.cs (1)
32
protected override bool
FileExists
(string fullPath) => FileSystem.FileExists(fullPath);
1 reference to FileExists
Microsoft.CodeAnalysis (1)
FileSystem\RelativePathResolver.cs (1)
38
string? resolvedPath = FileUtilities.ResolveRelativePath(reference, baseFilePath, BaseDirectory, SearchPaths,
FileExists
);