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