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