1 write to _dictionary
System.Collections.Immutable (1)
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
37
_dictionary
= dictionary;
2 references to _dictionary
System.Collections.Immutable (2)
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (2)
55
get { return
_dictionary
.Count; }
63
get { return
_dictionary
; }