5 instantiations of Guard
System.ServiceModel (5)
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\ReliableOutputConnection.cs (1)
30Guard sendGuard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48this.replyAckConsistencyGuard = new Guard(Int32.MaxValue);
6 references to Guard
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
22Guard guard = new Guard(int.MaxValue); 52protected Guard Guard
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\ReliableOutputConnection.cs (1)
30Guard sendGuard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
21Guard replyAckConsistencyGuard;