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