1 write to _objectFormatter
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
40_objectFormatter = objectFormatter;
3 references to _objectFormatter
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (3)
194var globals = new CommandLineScriptGlobals(_console.Out, _objectFormatter); 216var globals = new InteractiveScriptGlobals(_console.Out, _objectFormatter); 346_console.Error.Write(_objectFormatter.FormatException(e));