5 references to _dictionary
Microsoft.Build.Tasks.Core (5)
ResolveManifestFiles.cs (5)
955_dictionary.TryGetValue(key, out MapEntry entry); 970Debug.Assert(!_dictionary.ContainsKey(key), $"Two or more items with same '{(object)ItemMetadataNames.targetPath}' attribute detected"); 972if (!_dictionary.ContainsKey(key)) 974_dictionary.Add(key, entry); 980return _dictionary.Values.GetEnumerator();