2 instantiations of ReverseEnumerable
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
443
return new
ReverseEnumerable
(_root);
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
565
return new
ReverseEnumerable
(_root);
1 reference to ReverseEnumerable
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
1233
/// Initializes a new instance of the <see cref="ImmutableSortedSet{T}.
ReverseEnumerable
"/> class.