4 references to IsAlive
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.cs (2)
232if (initializedService.Service != null && initializedService.Service.Process.IsAlive()) 293catch (Exception e) when (e is ObjectDisposedException || !remoteService.Process.IsAlive())
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
237bool alive = process.IsAlive();
Interactive\Core\InteractiveHost.Service.cs (1)
205return clientProcess.IsAlive();