1 instantiation of InteractiveHostOptions
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
69return new InteractiveHostOptions(hostPath, initializationFilePath, culture, uiCulture, platform);
17 references to InteractiveHostOptions
Microsoft.CodeAnalysis.EditorFeatures (8)
Interactive\InteractiveEvaluator.cs (3)
108private void ProcessInitialized(InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options, RemoteExecutionResult result) 142/// Invoked before the process is reset. The argument is the value of <see cref="InteractiveHostOptions.Platform"/>. 216var options = _session.GetHostOptions(initialize, resetOptions.Platform);
Interactive\InteractiveSession.cs (5)
66private InteractiveHostOptions? _hostOptions; 131private void ProcessInitialized(InteractiveHostPlatformInfo platformInfo, InteractiveHostOptions options, RemoteExecutionResult result) 356internal async Task<bool> ResetAsync(InteractiveHostOptions options) 377public InteractiveHostOptions GetHostOptions(bool initialize, InteractiveHostPlatform? platform) 378=> InteractiveHostOptions.CreateFromDirectory(
Microsoft.CodeAnalysis.InteractiveHost (9)
Interactive\Core\InteractiveHost.cs (4)
69internal event Action<InteractiveHostPlatformInfo, InteractiveHostOptions, RemoteExecutionResult>? ProcessInitialized; 187private LazyRemoteService CreateRemoteService(InteractiveHostOptions options, bool skipInitialization) 323public InteractiveHostOptions? OptionsOpt 330public async Task<RemoteExecutionResult> ResetAsync(InteractiveHostOptions options)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
26public readonly InteractiveHostOptions Options; 31public 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)
56public static InteractiveHostOptions CreateFromDirectory(