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