6 references to _dictionary
Microsoft.Build.Tasks.Core (6)
ResolveManifestFiles.cs (6)
901_dictionary.TryGetValue(fusionName, out MapEntry entry); 911return _dictionary.ContainsKey(identity.ToString()); 924Debug.Assert(!_dictionary.ContainsKey(key), String.Format(CultureInfo.CurrentCulture, "Two or more items with same key '{0}' detected", key)); 925if (!_dictionary.ContainsKey(key)) 927_dictionary.Add(key, entry); 934return _dictionary.Values.GetEnumerator();