8 references to Core
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveEvaluator.cs (1)
60= new InteractiveEvaluatorResetOptions(InteractiveHostPlatform.Core);
Interactive\InteractiveWindowResetCommand.cs (2)
150platform = InteractiveHostPlatform.Core; 175InteractiveHostPlatform.Core => " " + PlatformCore,
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (1)
26internal const InteractiveHostPlatform DefaultPlatform = InteractiveHostPlatform.Core;
Interactive\Core\InteractiveHost.RemoteService.cs (1)
123var transcodingMarker = Options.Platform == InteractiveHostPlatform.Core ?
Interactive\Core\InteractiveHostOptions.cs (1)
63var hostSubdirectory = (platform == InteractiveHostPlatform.Core) ? "Core" : "Desktop";
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
116InteractiveHostPlatform.Core => " (.NET Core)",
Interactive\VsResetInteractive.cs (1)
171return InteractiveHostPlatform.Core;