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