5 references to Guard
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
37protected Guard Guard { get; } = new Guard(int.MaxValue);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
20private Guard _guard = new Guard(int.MaxValue);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
26public Guard() : this(1) { }
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
23private Guard _sendGuard = new Guard(int.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48replyAckConsistencyGuard = new Guard(int.MaxValue);