6 references to Guard
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
22Guard guard = new Guard(int.MaxValue);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
24Guard guard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
418Guard guard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
162: this(1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
30Guard sendGuard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48this.replyAckConsistencyGuard = new Guard(Int32.MaxValue);