20 references to Schedule
System.ServiceModel.Primitives (20)
Internals\System\Runtime\InputQueue.cs (5)
313ActionItem.Schedule(s_completeOutstandingReadersCallback, outstandingReaders); 630ActionItem.Schedule(s_completeWaitersTrueCallback, waiters); 639ActionItem.Schedule(s_completeWaitersFalseCallback, waiters); 665ActionItem.Schedule(s_onInvokeDequeuedCallback, dequeuedCallback); 752ActionItem.Schedule(s_onDispatchCallback, this);
Internals\System\Runtime\IOThreadTimer.cs (2)
308ActionItem.Schedule(timer.callback, timer.callbackState); 320ActionItem.Schedule(onWaitCallback, null);
Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
22ActionItem.Schedule(s_doWork, this);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
541ActionItem.Schedule(ShutdownCallback, null); 963ActionItem.Schedule(s_processMessageStatic, (this, info));
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
115ActionItem.Schedule(OnDispatchCallback, null);
System\ServiceModel\Channels\ServiceChannel.cs (1)
2238ActionItem.Schedule(s_signalWaiter, waiter);
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
73ActionItem.Schedule(s_tryReceive, this);
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
162ActionItem.Schedule(s_openAndEnsurePump, this); 394ActionItem.Schedule(ChannelHandler.s_onStartSyncMessagePump, this); 401ActionItem.Schedule(ChannelHandler.s_onContinueAsyncReceive, result);
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
106ActionItem.Schedule(ListenerHandler.s_initiateChannelPump, this);
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
88ActionItem.Schedule(ThreadBehavior.CleanThreadCallbackDelegate, resume);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1668ActionItem.Schedule(Fx.ThunkCallback<object>(state =>
System\ServiceModel\Security\SecurityUtils.cs (1)
1093ActionItem.Schedule(s_scheduledCallback, this);