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