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