1 write to Platform
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
53
Platform
= platform;
4 references to Platform
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveEvaluator.cs (2)
142
/// Invoked before the process is reset. The argument is the value of <see cref="InteractiveHostOptions.
Platform
"/>.
217
OnBeforeReset?.Invoke(options.
Platform
);
Interactive\InteractiveSession.cs (1)
383
platform ?? Host.OptionsOpt?.
Platform
?? InteractiveHost.DefaultPlatform);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
123
var transcodingMarker = Options.
Platform
== InteractiveHostPlatform.Core ?