2 instantiations of EnumeratorObject
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (2)
77
new
EnumeratorObject
(ImmutableArray<T>.Empty.array!);
175
return new
EnumeratorObject
(array);
2 references to EnumeratorObject
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.Minimal.cs (2)
391
return
EnumeratorObject
.Create(self.array!);
403
return
EnumeratorObject
.Create(self.array!);