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