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