10 references to Desktop64
InteractiveHost.UnitTests (3)
AbstractInteractiveHostTests.cs (1)
159await Host.ResetAsync(InteractiveHostOptions.CreateFromDirectory(TestUtils.HostRootPath, initializationFileName: null, CultureInfo.InvariantCulture, InteractiveHostPlatform.Desktop64));
InteractiveHostDesktopTests.cs (1)
27internal override InteractiveHostPlatform DefaultPlatform => InteractiveHostPlatform.Desktop64;
StressTests.cs (1)
32var options = InteractiveHostOptions.CreateFromDirectory(TestUtils.HostRootPath, initializationFileName: null, CultureInfo.InvariantCulture, InteractiveHostPlatform.Desktop64);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InteractiveEvaluator.cs (1)
63= new InteractiveEvaluatorResetOptions(InteractiveHostPlatform.Desktop64);
Interactive\InteractiveWindowResetCommand.cs (2)
142platform = InteractiveHostPlatform.Desktop64; 177InteractiveHostPlatform.Desktop64 => " " + PlatformDesktop64,
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (1)
103InteractiveHostPlatform.Desktop64 => " (.NET Framework " + ServicesVSResources.Bitness64 + ")",
Interactive\VsResetInteractive.cs (1)
186return InteractiveHostPlatform.Desktop64;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Interactive\Commands\ResetInteractiveTests.cs (2)
103Platform = InteractiveHostPlatform.Desktop64, 114Assert.Equal(InteractiveHostPlatform.Desktop64, testHost.Evaluator.ResetOptions.Platform);