5 references to InteractiveHostProcessCreationFailed
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
66
Host.
InteractiveHostProcessCreationFailed
+= (exception, exitCode) =>
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (4)
171
Host.
InteractiveHostProcessCreationFailed
?.Invoke(e, TryGetExitCode(newProcess));
192
Host.
InteractiveHostProcessCreationFailed
?.Invoke(null, TryGetExitCode(newProcess));
205
Host.
InteractiveHostProcessCreationFailed
?.Invoke(null, TryGetExitCode(newProcess));
226
Host.
InteractiveHostProcessCreationFailed
?.Invoke(e, TryGetExitCode(newProcess));