2 writes to _output
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (2)
79
_output
= TextWriter.Null;
142
_output
= output;
3 references to _output
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (3)
141
_output
.Flush();
156
var writer = error ? _errorOutput :
_output
;
167
var writer = isError ? _errorOutput :
_output
;