3 references to PlatformDesktop64
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InteractiveWindowResetCommand.cs (3)
37
private const string PlatformNames = PlatformCore + "|" + PlatformDesktop32 + "|" +
PlatformDesktop64
;
136
case
PlatformDesktop64
:
177
InteractiveHostPlatform.Desktop64 => " " +
PlatformDesktop64
,