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)
69
TValue[] items = new TValue[
_collection
.Count];
70
_collection
.CopyTo(items, 0);