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