8 references to InteractiveHost
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
128
/// Invoked by <see cref="
InteractiveHost
"/> when a new process initialization completes.
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (3)
29
public readonly
InteractiveHost
Host;
33
public LazyRemoteService(
InteractiveHost
host, InteractiveHostOptions options, int instanceId, bool skipInitialization)
138
var pipeName = typeof(
InteractiveHost
).FullName + Guid.NewGuid();
Interactive\Core\InteractiveHost.RemoteService.cs (4)
34
private
InteractiveHost
? _host; // nulled on dispose
39
internal RemoteService(
InteractiveHost
host, Process process, int processId, JsonRpc jsonRpc, InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options)
96
var
host = _host;
164
var
localHost = _host;