5 references to _dictionary
Microsoft.Build.Tasks.Core (5)
ResolveManifestFiles.cs (5)
838if (!_dictionary.TryGetValue(key, out MapEntry entry)) 865Debug.Assert(!_dictionary.ContainsKey(key), String.Format(CultureInfo.CurrentCulture, "Two or more items with same key '{0}' detected", key)); 866if (!_dictionary.ContainsKey(key)) 868_dictionary.Add(key, entry); 887return _dictionary.Values.GetEnumerator();