1 write to _processId
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
48
_processId
= processId;
2 references to _processId
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
175
Debug.WriteLine("InteractiveHostProcess: exception while reading output from process {0}: {1}",
_processId
, e.Message);
250
InitiateTermination(Process,
_processId
);