3 writes to StateMachine
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (3)
190weaklyTypedBox.StateMachine = stateMachine; 227box.StateMachine = stateMachine; 408StateMachine = default;
6 references to StateMachine
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (6)
187if (weaklyTypedBox.StateMachine == null) 318StateMachine?.ToString() ?? 349/// <summary>Calls MoveNext on <see cref="StateMachine"/></summary> 365Debug.Assert(StateMachine != null); 366StateMachine.MoveNext(); 423IAsyncStateMachine IAsyncStateMachineBox.GetStateMachineObject() => StateMachine!; // likely boxes, only use for debugging