1 write to FileSystem
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.CompilerRelativePathResolver.cs (1)
29FileSystem = fileSystem;
1 reference to FileSystem
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.CompilerRelativePathResolver.cs (1)
32protected override bool FileExists(string fullPath) => FileSystem.FileExists(fullPath);