1 reference to Enumerator
System.Linq.Expressions (1)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
257
public IEnumerator<T> GetEnumerator() => new
Enumerator
(this);