2 writes to _output
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (2)
81_output = TextWriter.Null; 144_output = output;
3 references to _output
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (3)
143_output.Flush(); 158var writer = error ? _errorOutput : _output; 169var writer = isError ? _errorOutput : _output;