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