1 instantiation of InteractiveHostOptions
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
70return new InteractiveHostOptions(hostPath, initializationFilePath, culture, uiCulture, platform);
11 references to InteractiveHostOptions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveEvaluator.cs (2)
147/// Invoked before the process is reset. The argument is the value of <see cref="InteractiveHostOptions.Platform"/>. 221var options = _session.GetHostOptions(initialize, resetOptions.Platform);
Microsoft.CodeAnalysis.InteractiveHost (9)
Interactive\Core\InteractiveHost.cs (4)
70internal event Action<InteractiveHostPlatformInfo, InteractiveHostOptions, RemoteExecutionResult>? ProcessInitialized; 188private LazyRemoteService CreateRemoteService(InteractiveHostOptions options, bool skipInitialization) 324public InteractiveHostOptions? OptionsOpt 331public async Task<RemoteExecutionResult> ResetAsync(InteractiveHostOptions options)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
28public readonly InteractiveHostOptions Options; 33public LazyRemoteService(InteractiveHost host, InteractiveHostOptions options, int instanceId, bool skipInitialization)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
27public readonly InteractiveHostOptions Options; 39internal RemoteService(InteractiveHost host, Process process, int processId, JsonRpc jsonRpc, InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options)
Interactive\Core\InteractiveHostOptions.cs (1)
57public static InteractiveHostOptions CreateFromDirectory(