3 references to Core
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (1)
27internal const InteractiveHostPlatform DefaultPlatform = InteractiveHostPlatform.Core;
Interactive\Core\InteractiveHost.RemoteService.cs (1)
123var transcodingMarker = Options.Platform == InteractiveHostPlatform.Core ?
Interactive\Core\InteractiveHostOptions.cs (1)
64var hostSubdirectory = (platform == InteractiveHostPlatform.Core) ? "Core" : "Desktop";