6 references to Guard
System.ServiceModel (6)
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\ReliableMessagingHelpers.cs (1)
162
:
this
(1)
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);