5 references to InternalFaulted
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\DiscoveryClient.cs (5)
167
if (this.
InternalFaulted
== null)
171
this.
InternalFaulted
+= value;
176
this.
InternalFaulted
-= value;
177
if (this.
InternalFaulted
== null)
804
this.RaiseCommunicationObjectEvent(this.
InternalFaulted
, e);