1 write to Platform
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
53Platform = 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"/>. 217OnBeforeReset?.Invoke(options.Platform);
Interactive\InteractiveSession.cs (1)
383platform ?? Host.OptionsOpt?.Platform ?? InteractiveHost.DefaultPlatform);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
123var transcodingMarker = Options.Platform == InteractiveHostPlatform.Core ?