1 write to _dict
System.Collections.Immutable (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
14
_dict
= dictionary ?? throw new ArgumentNullException(nameof(dictionary));
2 references to _dict
System.Collections.Immutable (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (2)
22
var keyValuePairs = new KeyValuePair<TKey, TValue>[
_dict
.Count];
23
_dict
.CopyTo(keyValuePairs, 0);