5 references to CreateWeaklyTypedStateMachineBox
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilder.cs (2)
76
StateMachineBox? box = m_task ??= PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.
CreateWeaklyTypedStateMachineBox
();
111
m_task ??= PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.
CreateWeaklyTypedStateMachineBox
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (3)
75
(boxFieldRef ??=
CreateWeaklyTypedStateMachineBox
()).SetException(exception);
96
StateMachineBox? box = m_task ??=
CreateWeaklyTypedStateMachineBox
();
243
internal object ObjectIdForDebugger => m_task ??=
CreateWeaklyTypedStateMachineBox
();