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