3 types derived from CSharpCompiler
csc (1)
src\roslyn\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
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
15internal sealed class CSharpCompilerServer : CSharpCompiler
6 references to CSharpCompiler
csc (1)
src\roslyn\src\Compilers\Shared\Csc.cs (1)
26var responseFile = Path.Combine(buildPaths.ClientDirectory, CSharpCompiler.ResponseFileName);
Microsoft.CodeAnalysis.CSharp (5)
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 (2)
335string version = CommonCompiler.GetProductVersion(typeof(CSharpCompiler)); 336string assemblyPath = CommonCompiler.GetAssemblyLocation(typeof(CSharpCompiler));