1 write to onWaitCallback
System.ServiceModel.Internals (1)
System\Runtime\IOThreadTimer.cs (1)
131
this.
onWaitCallback
= new Action<object>(OnWaitCallback);
1 reference to onWaitCallback
System.ServiceModel.Internals (1)
System\Runtime\IOThreadTimer.cs (1)
323
ActionItem.Schedule(this.
onWaitCallback
, null);