1 type derived from ActionItem
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (1)
96internal class DefaultActionItem : ActionItem
16 references to ActionItem
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (2)
91((ActionItem)state).Invoke(); 92((ActionItem)state)._isScheduled = false;
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (5)
255ActionItem.Schedule(s_completeOutstandingReadersCallback, outstandingReaders); 525ActionItem.Schedule(s_completeWaitersTrueCallback, waiters); 534ActionItem.Schedule(s_completeWaitersFalseCallback, waiters); 560ActionItem.Schedule(s_onInvokeDequeuedCallback, dequeuedCallback); 647ActionItem.Schedule(s_onDispatchCallback, this);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
21ActionItem.Schedule(s_doWork, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2177ActionItem.Schedule(s_signalWaiter, waiter);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
77ActionItem.Schedule(s_tryReceive, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
175ActionItem.Schedule(s_openAndEnsurePump, this); 402ActionItem.Schedule(ChannelHandler.s_onStartSyncMessagePump, this); 409ActionItem.Schedule(ChannelHandler.s_onContinueAsyncReceive, result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
115ActionItem.Schedule(ListenerHandler.s_initiateChannelPump, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
89ActionItem.Schedule(ThreadBehavior.CleanThreadCallbackDelegate, resume);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
1067ActionItem.Schedule(s_scheduledCallback, this);