4 references to AsyncStateMachineDiagnostics
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (2)
589methodId = AsyncStateMachineDiagnostics<TStateMachine>.MethodId; 590state = AsyncStateMachineDiagnostics<TStateMachine>.GetState(ref StateMachine);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
487methodId = AsyncStateMachineDiagnostics<TStateMachine>.MethodId; 488state = AsyncStateMachineDiagnostics<TStateMachine>.GetState(ref StateMachine);