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