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