3 references to Keys
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
88get { return this.Root.Keys.ToArray(this.Count); } 96get { return this.Root.Keys; }
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
118get { return _root.Keys; }