Implemented interface member:
method
MoveNext
System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNext()
2 references to MoveNext
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (2)
328/// <summary>A delegate to the <see cref="MoveNext()"/> method.</summary> 329public Action MoveNextAction => (Action)(m_action ??= new Action(MoveNext));