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)
22var keyValuePairs = new KeyValuePair<TKey, TValue>[_dict.Count]; 23_dict.CopyTo(keyValuePairs, 0);