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)
204
var globals = new CommandLineScriptGlobals(Console.Out,
_objectFormatter
);
226
var globals = new InteractiveScriptGlobals(Console.Out,
_objectFormatter
);
356
Console.Error.Write(
_objectFormatter
.FormatException(e));