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