1 write to Host
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
37
Host
= host;
14 references to Host
Microsoft.CodeAnalysis.InteractiveHost (14)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (14)
78
workingDirectory:
Host
._initialWorkingDirectory,
84
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
105
Host
.ReportProcessExited(remoteService.Process);
118
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
143
WorkingDirectory =
Host
._initialWorkingDirectory,
162
Host
.WriteOutputInBackground(
167
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
171
Host
.InteractiveHostProcessCreated?.Invoke(newProcess);
188
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
201
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
210
new object[] {
Host
._replServiceProviderType.AssemblyQualifiedName },
222
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
230
return new RemoteService(
Host
, newProcess, newProcessId, jsonRpc, platformInfo, Options);
240
Host
.WriteOutputInBackground(