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