1 instantiation of CommandLineScriptGlobals
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
204
var globals = new
CommandLineScriptGlobals
(Console.Out, _objectFormatter);
4 references to CommandLineScriptGlobals
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
1644
globalsType: typeof(
CommandLineScriptGlobals
)).GetCompilation();
1703
globalsType: typeof(
CommandLineScriptGlobals
)).GetCompilation();
1769
globalsType: typeof(
CommandLineScriptGlobals
)).GetCompilation();
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
204
var
globals = new CommandLineScriptGlobals(Console.Out, _objectFormatter);