1 write to _collection
System.Collections.Immutable (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
61_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)
69TValue[] items = new TValue[_collection.Count]; 70_collection.CopyTo(items, 0);