6 references to _dictionary
Microsoft.Build.Tasks.Core (6)
ResolveManifestFiles.cs (6)
907
_dictionary
.TryGetValue(fusionName, out MapEntry entry);
917
return
_dictionary
.ContainsKey(identity.ToString());
930
Debug.Assert(!
_dictionary
.ContainsKey(key), $"Two or more items with same key '{key}' detected");
931
if (!
_dictionary
.ContainsKey(key))
933
_dictionary
.Add(key, entry);
940
return
_dictionary
.Values.GetEnumerator();