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