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