5 references to InternalClosed
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClient.cs (5)
146
if (this.
InternalClosed
== null)
150
this.
InternalClosed
+= value;
155
this.
InternalClosed
-= value;
156
if (this.
InternalClosed
== null)
799
this.RaiseCommunicationObjectEvent(this.
InternalClosed
, e);