1 write to Process
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
42
Process
= process;
12 references to Process
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
108
var process = service!.
Process
;
Microsoft.CodeAnalysis.InteractiveHost (11)
Interactive\Core\InteractiveHost.cs (3)
95
=> _lazyRemoteService?.TryGetInitializedService()?.Service?.
Process
;
233
if (initializedService.Service != null && initializedService.Service.
Process
.IsAlive())
294
catch (Exception e) when (e is ObjectDisposedException || !remoteService.
Process
.IsAlive())
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
109
Host.ReportProcessExited(remoteService.
Process
);
Interactive\Core\InteractiveHost.RemoteService.cs (7)
71
Process
.Exited += ProcessExitedHandler;
90
Process
.Exited -= ProcessExitedHandler;
100
await host.OnProcessExitedAsync(
Process
).ConfigureAwait(false);
128
StreamReader reader = error ?
Process
.StandardError :
Process
.StandardOutput;
246
Process
.Exited -= ProcessExitedHandler;
251
InitiateTermination(
Process
, _processId);