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