2 writes to _errorOutput
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (2)
81
_errorOutput
= TextWriter.Null;
149
_errorOutput
= errorOutput;
3 references to _errorOutput
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (3)
148
_errorOutput
.Flush();
157
var writer = error ?
_errorOutput
: _output;
168
var writer = isError ?
_errorOutput
: _output;