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