3 references to Values
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
104
get { return this.Root.
Values
.ToArray(this.Count); }
112
get { return this.Root.
Values
; }
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
126
get { return _root.
Values
; }