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