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)
194
var globals = new CommandLineScriptGlobals(_console.Out,
_objectFormatter
);
216
var globals = new InteractiveScriptGlobals(_console.Out,
_objectFormatter
);
346
_console.Error.Write(
_objectFormatter
.FormatException(e));