Implemented interface member:
property
Prefer32Bit
Microsoft.Build.Tasks.IALTaskContract.Prefer32Bit
3 references to Prefer32Bit
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
188
if ((String.IsNullOrEmpty(platform) || platform.Equals("anycpu", StringComparison.OrdinalIgnoreCase)) &&
Prefer32Bit
)
198
set => Bag[nameof(
Prefer32Bit
)] = value;
199
get => GetBoolParameterWithDefault(nameof(
Prefer32Bit
), false);