2 instantiations of CSharpInteractiveCompiler
csi (1)
Csi.cs (1)
32var compiler = new CSharpInteractiveCompiler(
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
CommandLineRunnerTests.cs (1)
101var compiler = new CSharpInteractiveCompiler(
5 references to CSharpInteractiveCompiler
csi (1)
Csi.cs (1)
32var compiler = new CSharpInteractiveCompiler(
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
25internal override Type Type => typeof(CSharpInteractiveCompiler);
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
CommandLineRunnerTests.cs (3)
29private static readonly string s_compilerVersion = CommonCompiler.GetProductVersion(typeof(CSharpInteractiveCompiler)); 101var compiler = new CSharpInteractiveCompiler( 752var arguments = ((CSharpInteractiveCompiler)csi.Compiler).Arguments;