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