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