8 references to Architecture
Microsoft.Build.Framework (8)
BinaryTranslator.cs (1)
1124
string architecture = value.
Architecture
;
TaskHostParameters.cs (7)
80
&& StringComparer.OrdinalIgnoreCase.Equals(
Architecture
?? string.Empty, other.
Architecture
?? string.Empty)
92
hash = hash * 31 + comparer.GetHashCode(
Architecture
?? string.Empty);
133
architecture: overrideParameters.
Architecture
?? baseParameters.
Architecture
,
164
{ nameof(
Architecture
),
Architecture
?? string.Empty },