1 write to Process
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
41
Process
= process;
11 references to Process
Microsoft.CodeAnalysis.InteractiveHost (11)
Interactive\Core\InteractiveHost.cs (3)
94
=> _lazyRemoteService?.TryGetInitializedService()?.Service?.
Process
;
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)
107
Host.ReportProcessExited(remoteService.
Process
);
Interactive\Core\InteractiveHost.RemoteService.cs (7)
70
Process
.Exited += ProcessExitedHandler;
89
Process
.Exited -= ProcessExitedHandler;
99
await host.OnProcessExitedAsync(
Process
).ConfigureAwait(false);
127
StreamReader reader = error ?
Process
.StandardError :
Process
.StandardOutput;
245
Process
.Exited -= ProcessExitedHandler;
250
InitiateTermination(
Process
, _processId);