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