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