1 instantiation of InteractiveHostOptions
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
70
return new
InteractiveHostOptions
(hostPath, initializationFilePath, culture, uiCulture, platform);
11 references to InteractiveHostOptions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveEvaluator.cs (2)
143
/// Invoked before the process is reset. The argument is the value of <see cref="
InteractiveHostOptions
.Platform"/>.
217
var
options = _session.GetHostOptions(initialize, resetOptions.Platform);
Microsoft.CodeAnalysis.InteractiveHost (9)
Interactive\Core\InteractiveHost.cs (4)
70
internal event Action<InteractiveHostPlatformInfo,
InteractiveHostOptions
, RemoteExecutionResult>? ProcessInitialized;
188
private LazyRemoteService CreateRemoteService(
InteractiveHostOptions
options, bool skipInitialization)
324
public
InteractiveHostOptions
? OptionsOpt
331
public async Task<RemoteExecutionResult> ResetAsync(
InteractiveHostOptions
options)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
28
public readonly
InteractiveHostOptions
Options;
33
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)
57
public static
InteractiveHostOptions
CreateFromDirectory(