1 write to _collection
System.Collections.Immutable (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
40_collection = collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
System.Collections.Immutable (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (2)
48TKey[] items = new TKey[_collection.Count]; 49_collection.CopyTo(items, 0);