1 write to replyAckConsistencyGuard
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48
this.
replyAckConsistencyGuard
= new Guard(Int32.MaxValue);
6 references to replyAckConsistencyGuard
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (6)
718
bool exitGuard = this.
replyAckConsistencyGuard
!= null ? this.
replyAckConsistencyGuard
.Enter() : false;
739
this.
replyAckConsistencyGuard
.Exit();
846
this.
replyAckConsistencyGuard
.Close(timeoutHelper.RemainingTime());
862
return this.
replyAckConsistencyGuard
.BeginClose(timeout, callback, state);
874
this.
replyAckConsistencyGuard
.EndClose(result);