3 references to AsyncStateMachineBox
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (3)
241
box = new
AsyncStateMachineBox
<TStateMachine>();
259
box = new
AsyncStateMachineBox
<TStateMachine>();
629
return new
AsyncStateMachineBox
<IAsyncStateMachine>();