1 write to Platform
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
47
Platform
= platform;
9 references to Platform
InteractiveHost.UnitTests (5)
InteractiveHostDesktopTests.cs (5)
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);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveEvaluator.cs (2)
148
/// Invoked before the process is reset. The argument is the value of <see cref="InteractiveHostOptions.
Platform
"/>.
223
OnBeforeReset?.Invoke(options.
Platform
);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
124
var transcodingMarker = Options.
Platform
== InteractiveHostPlatform.Core ?