1 instantiation of PostCallbackState
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
91synchronizationContext.Post(wrapperCallback, new PostCallbackState(synchronizationContext, callback, state));
2 references to PostCallbackState
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (2)
101PostCallbackState postCallbackState = state as PostCallbackState;