10 references to Name
Microsoft.Build (10)
Instance\TaskRegistry.cs (10)
571if (_cachedTaskRecordsWithFuzzyMatch.TryGetValue(taskIdentity.Name, out ConcurrentDictionary<RegisteredTaskIdentity, RegisteredTaskRecord> taskRecords)) 639= _cachedTaskRecordsWithFuzzyMatch.GetOrAdd(taskIdentity.Name, 643_cachedTaskRecordsWithFuzzyMatch[taskIdentity.Name] = taskRecords; 738if (rec.RegisteredName.Equals(taskIdentity.Name, StringComparison.OrdinalIgnoreCase)) 898if (TypeLoader.IsPartialTypeNameMatch(x.Name, y.Name)) 924if (String.Equals(x.Name, y.Name, StringComparison.OrdinalIgnoreCase)) 944int nameHash = String.IsNullOrEmpty(obj.Name) ? 0 : StringComparer.OrdinalIgnoreCase.GetHashCode(obj.Name);