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