11 references to OptionsOpt
InteractiveHost.UnitTests (10)
InteractiveHostDesktopTests.cs (10)
708
await Host.ResetAsync(new InteractiveHostOptions(Host.
OptionsOpt
!.HostPath, rspFile.Path, culture: CultureInfo.InvariantCulture, Host.
OptionsOpt
!.Platform));
746
await Host.ResetAsync(new InteractiveHostOptions(Host.
OptionsOpt
!.HostPath, rspFile.Path, culture: CultureInfo.InvariantCulture, Host.
OptionsOpt
!.Platform));
771
await Host.ResetAsync(new InteractiveHostOptions(Host.
OptionsOpt
!.HostPath, rspFile.Path, CultureInfo.InvariantCulture, Host.
OptionsOpt
!.Platform));
822
await Host.ResetAsync(new InteractiveHostOptions(Host.
OptionsOpt
!.HostPath, rspFile.Path, CultureInfo.InvariantCulture, Host.
OptionsOpt
!.Platform));
849
await Host.ResetAsync(new InteractiveHostOptions(Host.
OptionsOpt
!.HostPath, rspFile.Path, CultureInfo.InvariantCulture, Host.
OptionsOpt
!.Platform));
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
364
platform ?? Host.
OptionsOpt
?.Platform ?? InteractiveHost.DefaultPlatform);