6 types derived from CSharpCompiler
csc (1)
src\Compilers\Shared\Csc.cs (1)
15internal sealed class Csc : CSharpCompiler
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
13internal sealed class CSharpInteractiveCompiler : CSharpCompiler
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
MockCSharpCompiler.cs (1)
17internal class MockCSharpCompiler : CSharpCompiler
Microsoft.CodeAnalysis.Test.Utilities (1)
TestableCompiler.cs (1)
137private sealed class CSharpCompilerImpl : CSharpCompiler
Microsoft.CodeAnalysis.UnitTests (1)
Analyzers\AnalyzerFileReferenceTests.cs (1)
297private class AnalyzerLoaderMockCSharpCompiler : CSharpCompiler
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
15internal sealed class CSharpCompilerServer : CSharpCompiler
14 references to CSharpCompiler
csc (1)
src\Compilers\Shared\Csc.cs (1)
26var responseFile = Path.Combine(buildPaths.ClientDirectory, CSharpCompiler.ResponseFileName);
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCommandLineArguments.cs (2)
8/// The command line arguments to a C# <see cref="CSharpCompiler"/>. 14/// created from the <see cref="CSharpCompiler"/>.
CommandLine\CSharpCompiler.cs (1)
310return typeof(CSharpCompiler);
Parser\DirectiveParser.cs (1)
335string version = CommonCompiler.GetProductVersion(typeof(CSharpCompiler));
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (8)
CommandLineTests.cs (7)
757CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 769CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 780CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 791CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 802CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 813CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors); 882CSharpCompiler.GetWin32ResourcesInternal(StandardFileSystem.Instance, MessageProvider.Instance, parsedArgs, compilation, out errors);
TouchedFileLoggingTests.cs (1)
207private static void BuildTouchedFiles(CSharpCompiler cmd,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\PreprocessorTests.cs (1)
4660return CommonCompiler.GetProductVersion(typeof(CSharpCompiler));