9 references to Core
InteractiveHost.UnitTests (3)
InteractiveHostCoreInitTests.cs (1)
21
internal override InteractiveHostPlatform DefaultPlatform => InteractiveHostPlatform.
Core
;
InteractiveHostCoreTests.cs (1)
27
internal override InteractiveHostPlatform DefaultPlatform => InteractiveHostPlatform.
Core
;
InteractiveHostDesktopTests.cs (1)
1012
var result = await Host.ResetAsync(InteractiveHostOptions.CreateFromDirectory(TestUtils.HostRootPath, initializationFileName: null, CultureInfo.InvariantCulture, InteractiveHostPlatform.
Core
));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveWindowResetCommand.cs (2)
151
platform = InteractiveHostPlatform.
Core
;
176
InteractiveHostPlatform.
Core
=> " " + PlatformCore,
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (1)
124
var transcodingMarker = Options.Platform == InteractiveHostPlatform.
Core
?
Interactive\Core\InteractiveHostOptions.cs (1)
56
var hostSubdirectory = (platform == InteractiveHostPlatform.
Core
) ? "Core" : "Desktop";
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
105
InteractiveHostPlatform.
Core
=> " (.NET Core)",
Interactive\VsResetInteractive.cs (1)
173
return InteractiveHostPlatform.
Core
;