1 instantiation of CommandLineScriptGlobals
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
194var globals = new CommandLineScriptGlobals(_console.Out, _objectFormatter);
4 references to CommandLineScriptGlobals
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
InteractiveSessionTests.cs (3)
1643globalsType: typeof(CommandLineScriptGlobals)).GetCompilation(); 1702globalsType: typeof(CommandLineScriptGlobals)).GetCompilation(); 1768globalsType: typeof(CommandLineScriptGlobals)).GetCompilation();
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
194var globals = new CommandLineScriptGlobals(_console.Out, _objectFormatter);