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