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)
29public readonly InteractiveHost Host; 33public LazyRemoteService(InteractiveHost host, InteractiveHostOptions options, int instanceId, bool skipInitialization) 138var pipeName = typeof(InteractiveHost).FullName + Guid.NewGuid();
Interactive\Core\InteractiveHost.RemoteService.cs (4)
34private InteractiveHost? _host; // nulled on dispose 39internal RemoteService(InteractiveHost host, Process process, int processId, JsonRpc jsonRpc, InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options) 96var host = _host; 164var localHost = _host;