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