1 write to shouldCallComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PeerFlooder.cs (1)
921
this.
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)
864
if (!(this.doneAdding && this.
shouldCallComplete
))
993
if (temp != null && this.doneAdding && !this.
shouldCallComplete
)
1008
if (this.results.Count == 0 && this.doneAdding && this.
shouldCallComplete
)
1015
if (callComplete && this.
shouldCallComplete
)