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