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