2 writes to exception
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
888this.exception = e; 997this.exception = temp;
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
995if (this.exception == null) 1025base.Complete(sync, this.exception);