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