8 references to InteractiveHostPlatform
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.cs (2)
26internal const InteractiveHostPlatform DefaultPlatform = InteractiveHostPlatform.Core;
Interactive\Core\InteractiveHost.RemoteService.cs (1)
123var transcodingMarker = Options.Platform == InteractiveHostPlatform.Core ?
Interactive\Core\InteractiveHostOptions.cs (5)
38public InteractiveHostPlatform Platform { get; } 45InteractiveHostPlatform platform) 61InteractiveHostPlatform platform) 63var hostSubdirectory = (platform == InteractiveHostPlatform.Core) ? "Core" : "Desktop"; 64var hostExecutableFileName = "InteractiveHost" + (platform == InteractiveHostPlatform.Desktop32 ? "32" : "64") + ".exe";