11 references to CreateDispatcher
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (2)
69
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
152
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConfiguredValueTaskAwaitable.cs (2)
109
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
222
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
123
ibox = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(ibox, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (2)
206
stateMachineBox = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(stateMachineBox, flags);
220
stateMachineBox = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(stateMachineBox, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ValueTaskAwaiter.cs (2)
101
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
191
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
124
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
789
box = AsyncStateMachineDispatcherInfo.
CreateDispatcher
(box, flags);