Implemented interface member:
method
MoveNext
System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNext()
3 references to MoveNext
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (3)
424/// <summary>A delegate to the <see cref="MoveNext()"/> method.</summary> 425public Action MoveNextAction => _moveNextAction ??= new Action(MoveNext); 428void IThreadPoolWorkItem.Execute() => MoveNext();