1 write to _objectFormatter
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
44_objectFormatter = objectFormatter;
3 references to _objectFormatter
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (3)
204var globals = new CommandLineScriptGlobals(Console.Out, _objectFormatter); 226var globals = new InteractiveScriptGlobals(Console.Out, _objectFormatter); 356Console.Error.Write(_objectFormatter.FormatException(e));