1 write to replyAckConsistencyGuard
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48
replyAckConsistencyGuard
= new Guard(int.MaxValue);
4 references to replyAckConsistencyGuard
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (4)
578
bool exitGuard =
replyAckConsistencyGuard
!= null ?
replyAckConsistencyGuard
.Enter() : false;
599
replyAckConsistencyGuard
.Exit();
683
return
replyAckConsistencyGuard
.CloseAsync(timeoutHelper.RemainingTime());