5 references to _dictionary
Microsoft.Build.Tasks.Core (5)
ResolveManifestFiles.cs (5)
843if (!_dictionary.TryGetValue(key, out MapEntry entry)) 870Debug.Assert(!_dictionary.ContainsKey(key), $"Two or more items with same key '{key}' detected"); 871if (!_dictionary.ContainsKey(key)) 873_dictionary.Add(key, entry); 892return _dictionary.Values.GetEnumerator();