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