1 write to emptyCallback
System.ServiceModel (1)
System\ServiceModel\ServiceChannelManager.cs (1)
34
this.
emptyCallback
= emptyCallback;
2 references to emptyCallback
System.ServiceModel (2)
System\ServiceModel\ServiceChannelManager.cs (2)
346
if (this.
emptyCallback
!= null)
347
this.
emptyCallback
(this.instanceContext);