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