5 references to Schedule
System.ServiceModel.Primitives (5)
Internals\System\Runtime\IOThreadTimer.cs (1)
304ActionItem.Schedule(timer.asyncCallback, timer.callbackState);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1178ActionItem.Schedule(s_startReceivingAsyncStatic, this);
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
243ActionItem.Schedule(s_sendRetries, this); 268ActionItem.Schedule(s_sendRetries, this);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
791ActionItem.Schedule(new Func<object, Task>(StartReceivingAsync), this);