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