1 write to Host
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
41
Host
= host;
14 references to Host
Microsoft.CodeAnalysis.InteractiveHost (14)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (14)
82
workingDirectory:
Host
._initialWorkingDirectory,
88
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
109
Host
.ReportProcessExited(remoteService.Process);
122
Host
.ProcessInitialized?.Invoke(remoteService.PlatformInfo, Options, result);
147
WorkingDirectory =
Host
._initialWorkingDirectory,
166
Host
.WriteOutputInBackground(
171
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
175
Host
.InteractiveHostProcessCreated?.Invoke(newProcess);
192
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
205
Host
.InteractiveHostProcessCreationFailed?.Invoke(null, TryGetExitCode(newProcess));
214
new object[] {
Host
._replServiceProviderType.AssemblyQualifiedName, culture.Name },
226
Host
.InteractiveHostProcessCreationFailed?.Invoke(e, TryGetExitCode(newProcess));
234
return new RemoteService(
Host
, newProcess, newProcessId, jsonRpc, platformInfo, Options);
244
Host
.WriteOutputInBackground(