1 write to scheduleAcceptCallback
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
58
this.
scheduleAcceptCallback
= new Action<object>(ScheduleAcceptCallback);
1 reference to scheduleAcceptCallback
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
127
ActionItem.Schedule(
scheduleAcceptCallback
, result);