5 instantiations of Guard
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
22
Guard guard = new
Guard
(int.MaxValue);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
24
Guard guard = new
Guard
(Int32.MaxValue);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
418
Guard guard = new
Guard
(Int32.MaxValue);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
30
Guard sendGuard = new
Guard
(Int32.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
48
this.replyAckConsistencyGuard = new
Guard
(Int32.MaxValue);
6 references to Guard
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
22
Guard
guard = new Guard(int.MaxValue);
52
protected
Guard
Guard
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
24
Guard
guard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
418
Guard
guard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
30
Guard
sendGuard = new Guard(Int32.MaxValue);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
21
Guard
replyAckConsistencyGuard;