5 references to Desktop32
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveWindowResetCommand.cs (2)
132platform = InteractiveHostPlatform.Desktop32; 177InteractiveHostPlatform.Desktop32 => " " + PlatformDesktop32,
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHostOptions.cs (1)
64var hostExecutableFileName = "InteractiveHost" + (platform == InteractiveHostPlatform.Desktop32 ? "32" : "64") + ".exe";
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
115InteractiveHostPlatform.Desktop32 => " (.NET Framework " + ServicesVSResources.Bitness32 + ")",
Interactive\VsResetInteractive.cs (1)
179return InteractiveHostPlatform.Desktop32;