4 references to Desktop64
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveWindowResetCommand.cs (2)
141platform = InteractiveHostPlatform.Desktop64; 176InteractiveHostPlatform.Desktop64 => " " + PlatformDesktop64,
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
114InteractiveHostPlatform.Desktop64 => " (.NET Framework " + ServicesVSResources.Bitness64 + ")",
Interactive\VsResetInteractive.cs (1)
184return InteractiveHostPlatform.Desktop64;