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