5 references to InternalClosing
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\AnnouncementClient.cs (5)
122
if (this.
InternalClosing
== null)
126
this.
InternalClosing
+= value;
131
this.
InternalClosing
-= value;
132
if (this.
InternalClosing
== null)
538
RaiseEvent(this.
InternalClosing
, e);