8 references to Runtime
Microsoft.Build.Framework (8)
BinaryTranslator.cs (1)
1123string runtime = value.Runtime;
TaskHostParameters.cs (7)
79StringComparer.OrdinalIgnoreCase.Equals(Runtime ?? string.Empty, other.Runtime ?? string.Empty) 91hash = hash * 31 + comparer.GetHashCode(Runtime ?? string.Empty); 132runtime: overrideParameters.Runtime ?? baseParameters.Runtime, 163{ nameof(Runtime), Runtime ?? string.Empty },