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