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