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