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