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