4 instantiations of Guard
System.ServiceModel.Primitives (4)
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\ReliableOutputConnection.cs (1)
23private Guard _sendGuard = new Guard(int.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48replyAckConsistencyGuard = new Guard(int.MaxValue);
4 references to Guard
System.ServiceModel.Primitives (4)
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\ReliableOutputConnection.cs (1)
23private Guard _sendGuard = new Guard(int.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
21private Guard replyAckConsistencyGuard;