1 write to _FromIterator
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
570
_FromIterator
= new FromAbiHelper(this);
4 references to _FromIterator
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (4)
628
public bool MoveNext() =>
_FromIterator
.MoveNext();
629
public void Reset() =>
_FromIterator
.Reset();
630
public void Dispose() =>
_FromIterator
.Dispose();
631
public T Current =>
_FromIterator
.Current;