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