5 references to InternalClosing
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClient.cs (5)
125
if (this.
InternalClosing
== null)
129
this.
InternalClosing
+= value;
134
this.
InternalClosing
-= value;
135
if (this.
InternalClosing
== null)
794
this.RaiseCommunicationObjectEvent(this.
InternalClosing
, e);