8 references to Desktop32
InteractiveHost.UnitTests (2)
InteractiveHostDesktopInitTests.cs (1)
22internal override InteractiveHostPlatform DefaultPlatform => InteractiveHostPlatform.Desktop32;
InteractiveHostDesktopTests.cs (1)
1004await Host.ResetAsync(InteractiveHostOptions.CreateFromDirectory(TestUtils.HostRootPath, initializationFileName: null, CultureInfo.InvariantCulture, InteractiveHostPlatform.Desktop32));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveWindowResetCommand.cs (2)
133platform = InteractiveHostPlatform.Desktop32; 178InteractiveHostPlatform.Desktop32 => " " + PlatformDesktop32,
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.cs (1)
28internal const InteractiveHostPlatform DefaultPlatform = InteractiveHostPlatform.Desktop32;
Interactive\Core\InteractiveHostOptions.cs (1)
57var hostExecutableFileName = "InteractiveHost" + (platform == InteractiveHostPlatform.Desktop32 ? "32" : "64") + ".exe";
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
104InteractiveHostPlatform.Desktop32 => " (.NET Framework " + ServicesVSResources.Bitness32 + ")",
Interactive\VsResetInteractive.cs (1)
181return InteractiveHostPlatform.Desktop32;