1 write to _collection
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
291
_collection
= collection;
3 references to _collection
System.ObjectModel (3)
System\Collections\ObjectModel\KeyedCollection.cs (3)
299
var items = new KeyedCollectionDebugViewItem[
_collection
.Count];
302
TItem item =
_collection
[i];
303
items[i] = new KeyedCollectionDebugViewItem(
_collection
.GetKeyForItem(item), item);