1 write to Dictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
697
Dictionary
= dictionary;
5 references to Dictionary
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
718
ThrowHelper.ThrowKeyNotFoundException(GetAlternateComparer(
Dictionary
).Create(key));
802
Dictionary<TKey, TValue> dictionary =
Dictionary
;
873
Dictionary<TKey, TValue> dictionary =
Dictionary
;
963
Dictionary<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"/>.