2 writes to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
1426
this.
completedSynchronously
= true; // initially
1532
this.
completedSynchronously
= false;
2 references to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
1498
base.Complete(this.
completedSynchronously
, this.lastException);
1574
base.Complete(this.
completedSynchronously
, exception);