1 write to Dictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
697Dictionary = dictionary;
5 references to Dictionary
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
718ThrowHelper.ThrowKeyNotFoundException(GetAlternateComparer(Dictionary).Create(key)); 802Dictionary<TKey, TValue> dictionary = Dictionary; 873Dictionary<TKey, TValue> dictionary = Dictionary; 963Dictionary<TKey, TValue> dictionary = Dictionary;
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
72/// when passed to <see cref="Dictionary{String, TValue}.Dictionary"/> or <see cref="HashSet{String}.HashSet"/>.