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