2 writes to listenerChannelCallback
System.ServiceModel.WasHosting (2)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (2)
73
this.
listenerChannelCallback
= listenerChannelCallback;
140
this.
listenerChannelCallback
= null;
3 references to listenerChannelCallback
System.ServiceModel.WasHosting (3)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (3)
50
IListenerChannelCallback callback = this.
listenerChannelCallback
;
136
if (this.
listenerChannelCallback
!= null)
139
this.
listenerChannelCallback
.ReportStopped(0);