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