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