1 write to onDispatchCallback
System.ServiceModel (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
104
this.
onDispatchCallback
= this.OnDispatch;
2 references to onDispatchCallback
System.ServiceModel (2)
System\ServiceModel\Channels\DeliveryStrategy.cs (2)
102
if (this.
onDispatchCallback
== null)
107
return this.
onDispatchCallback
;