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