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