2 implementations of _MoveNext
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
374public bool _MoveNext() 580public unsafe bool _MoveNext()
1 reference to _MoveNext
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
287m_hadCurrent = _iterator._MoveNext();