2 references to InteractiveScriptGlobals
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
172var globals = new InteractiveScriptGlobals(Console.Out, replServiceProvider.ObjectFormatter);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
214var globals = new InteractiveScriptGlobals(Console.Out, _objectFormatter);