3 writes to lastException
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
1459this.lastException = null; 1486this.lastException = e; 1517this.lastException = exception;
3 references to lastException
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
1492Fx.Assert(this.lastException == null, "lastException expected to be null"); 1496Fx.Assert(this.lastException != null, "lastException expected to be non-null"); 1498base.Complete(this.completedSynchronously, this.lastException);