1 write to _synchronizedErrorOutput
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
122_synchronizedErrorOutput = new SynchronizedStringWriter();
4 references to _synchronizedErrorOutput
InteractiveHost.UnitTests (4)
AbstractInteractiveHostTests.cs (4)
124Host.SetOutputs(_synchronizedOutput, _synchronizedErrorOutput); 152_synchronizedErrorOutput.Clear(); 171STDERR: {_synchronizedErrorOutput} 176var writer = isError ? _synchronizedErrorOutput : _synchronizedOutput;