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