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