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