1 write to shouldCallComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
921this.shouldCallComplete = success; //only call base.Complete if there is no error during BeginX
4 references to shouldCallComplete
System.ServiceModel (4)
System\ServiceModel\Channels\PeerFlooder.cs (4)
864if (!(this.doneAdding && this.shouldCallComplete)) 993if (temp != null && this.doneAdding && !this.shouldCallComplete) 1008if (this.results.Count == 0 && this.doneAdding && this.shouldCallComplete) 1015if (callComplete && this.shouldCallComplete)