2 writes to _errorOutput
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (2)
80
_errorOutput
= TextWriter.Null;
148
_errorOutput
= errorOutput;
3 references to _errorOutput
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (3)
147
_errorOutput
.Flush();
156
var writer = error ?
_errorOutput
: _output;
167
var writer = isError ?
_errorOutput
: _output;