1 write to _synchronizedErrorOutput
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
125_synchronizedErrorOutput = new SynchronizedStringWriter();
4 references to _synchronizedErrorOutput
InteractiveHost.UnitTests (4)
AbstractInteractiveHostTests.cs (4)
127Host.SetOutputs(_synchronizedOutput, _synchronizedErrorOutput); 155_synchronizedErrorOutput.Clear(); 174STDERR: {_synchronizedErrorOutput} 179var writer = isError ? _synchronizedErrorOutput : _synchronizedOutput;