3 types derived from CSharpCompiler
csc (1)
src\roslyn\src\Compilers\Shared\Csc.cs (1)
15
internal sealed class Csc :
CSharpCompiler
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
13
internal sealed class CSharpInteractiveCompiler :
CSharpCompiler
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
15
internal sealed class CSharpCompilerServer :
CSharpCompiler
6 references to CSharpCompiler
csc (1)
src\roslyn\src\Compilers\Shared\Csc.cs (1)
26
var 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)
310
return typeof(
CSharpCompiler
);
Parser\DirectiveParser.cs (2)
335
string version = CommonCompiler.GetProductVersion(typeof(
CSharpCompiler
));
336
string assemblyPath = CommonCompiler.GetAssemblyLocation(typeof(
CSharpCompiler
));