1 write to Host
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
39
Host
= host;
14 references to Host
Microsoft.CodeAnalysis.InteractiveHost (14)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (14)
80
workingDirectory:
Host
._initialWorkingDirectory,
86
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
107
Host
.ReportProcessExited(remoteService.Process);
120
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
145
WorkingDirectory =
Host
._initialWorkingDirectory,
164
Host
.WriteOutputInBackground(
169
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
173
Host
.InteractiveHostProcessCreated?.Invoke(newProcess);
190
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
203
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
212
new object[] {
Host
._replServiceProviderType.AssemblyQualifiedName },
224
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
232
return new RemoteService(
Host
, newProcess, newProcessId, jsonRpc, platformInfo, Options);
242
Host
.WriteOutputInBackground(