2 references to OnInnerCommunicationObjectClosed
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
148
this.InnerCommunicationObject.Closed +=
OnInnerCommunicationObjectClosed
;
158
this.InnerCommunicationObject.Closed -=
OnInnerCommunicationObjectClosed
;