10 references to Name
Microsoft.Build (10)
Instance\TaskRegistry.cs (10)
573if (_cachedTaskRecordsWithFuzzyMatch.TryGetValue(taskIdentity.Name, out ConcurrentDictionary<RegisteredTaskIdentity, RegisteredTaskRecord> taskRecords)) 641= _cachedTaskRecordsWithFuzzyMatch.GetOrAdd(taskIdentity.Name, 645_cachedTaskRecordsWithFuzzyMatch[taskIdentity.Name] = taskRecords; 740if (rec.RegisteredName.Equals(taskIdentity.Name, StringComparison.OrdinalIgnoreCase)) 900if (TypeLoader.IsPartialTypeNameMatch(x.Name, y.Name)) 926if (String.Equals(x.Name, y.Name, StringComparison.OrdinalIgnoreCase)) 946int nameHash = String.IsNullOrEmpty(obj.Name) ? 0 : StringComparer.OrdinalIgnoreCase.GetHashCode(obj.Name);