6 references to PlatformWith32BitPreference
Microsoft.Build.Tasks.CodeAnalysis (6)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
227commandLine.AppendSwitchIfNotNull("/platform:", PlatformWith32BitPreference); 595CheckHostObjectSupport(param = nameof(PlatformWith32BitPreference), cscHostObject4.SetPlatformWith32BitPreference(PlatformWith32BitPreference));
src\Compilers\Core\MSBuildTask\Vbc.cs (3)
453commandLine.AppendSwitchIfNotNull("/platform:", this.PlatformWith32BitPreference); 876CheckHostObjectSupport(param = nameof(PlatformWith32BitPreference), vbcHostObject5.SetPlatformWith32BitPreference(PlatformWith32BitPreference));