2 implementations of ICommonCompilerFileSystem
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
15 references to ICommonCompilerFileSystem
Microsoft.CodeAnalysis (11)
CommandLine\CommonCompiler.cs (8)
87/// The <see cref="ICommonCompilerFileSystem"/> used to access the file system inside this instance.
89internal ICommonCompilerFileSystem FileSystem { get; set; }
122public CommonCompiler(CommandLineParser parser, string? responseFile, string[] args, BuildPaths buildPaths, string? additionalReferenceDirectories, IAnalyzerAssemblyLoader assemblyLoader, GeneratorDriverCache? driverCache, ICommonCompilerFileSystem? fileSystem)
1498ICommonCompilerFileSystem fileSystem,
1511ICommonCompilerFileSystem fileSystem,
1540private static Stream? OpenManifestStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, OutputKind outputKind, CommandLineArguments arguments, DiagnosticBag diagnostics)
1547private static Stream? OpenStream(ICommonCompilerFileSystem fileSystem, CommonMessageProvider messageProvider, string? path, string? baseDirectory, int errorCode, DiagnosticBag diagnostics)
1603ICommonCompilerFileSystem fileSystem,
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (1)