4 references to ErrorOutputReceived
InteractiveHost.UnitTests (3)
InteractiveHostDesktopTests.cs (3)
115Host.ErrorOutputReceived += (_, __) => mayTerminate.Set(); 187Host.ErrorOutputReceived += (_, __) => mayTerminate.Set(); 289Host.ErrorOutputReceived += (_, __) => mayTerminate.Set();
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.cs (1)
156(error ? ErrorOutputReceived : OutputReceived)?.Invoke(buffer, count);