6 references to PlatformWith32BitPreference
Microsoft.Build.Tasks.CodeAnalysis (6)
Csc.cs (3)
210commandLine.AppendSwitchIfNotNull("/platform:", PlatformWith32BitPreference); 529CheckHostObjectSupport(param = nameof(PlatformWith32BitPreference), cscHostObject4.SetPlatformWith32BitPreference(PlatformWith32BitPreference));
Vbc.cs (3)
437commandLine.AppendSwitchIfNotNull("/platform:", this.PlatformWith32BitPreference); 861CheckHostObjectSupport(param = nameof(PlatformWith32BitPreference), vbcHostObject5.SetPlatformWith32BitPreference(PlatformWith32BitPreference));