4 references to CSharpCompiler
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)
310
return typeof(
CSharpCompiler
);
Parser\DirectiveParser.cs (1)
333
string version = CommonCompiler.GetProductVersion(typeof(
CSharpCompiler
));