13 references to CommonCompiler
Microsoft.CodeAnalysis (11)
AdditionalTextFile.cs (2)
19private readonly CommonCompiler _compiler; 23public AdditionalTextFile(CommandLineSourceFile sourceFile, CommonCompiler compiler)
CommandLine\CommandLineArguments.cs (5)
22/// <see cref="CommonCompiler"/>. 196/// <see cref="CommonCompiler.Run"/>. 202/// <see cref="CommonCompiler.Run"/> 208/// <see cref="CommonCompiler.Run"/> 214/// <see cref="CommonCompiler.Run"/>
CommandLine\CommonCompiler.CompilerEmitStreamProvider.cs (2)
22private readonly CommonCompiler _compiler; 27CommonCompiler compiler,
Compilation\Compilation.cs (2)
2999if (!options.EmitMetadataOnly && CommonCompiler.HasUnsuppressedErrors(diagnostics)) 3168if (CommonCompiler.HasUnsuppressableErrors(diagnostics))
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
ThrowingMetadataReferenceResolver.cs (1)
16/// throws on equality checks via <see cref="CommonCompiler.LoggingMetadataFileReferenceResolver" />
Microsoft.CodeAnalysis.Test.Utilities (1)
TestableCompiler.cs (1)
44/// Provides an easy to test version of <see cref="CommonCompiler"/>. This uses <see cref="TestableFileSystem"/>