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