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