5 references to ValidateCreateSequence
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
802
if (!WsrmUtilities.
ValidateCreateSequence
<TChannel>(info, this, channel, out acksTo))
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1902
if (WsrmUtilities.
ValidateCreateSequence
<IDuplexSessionChannel>(info, this.listener, this.Binder.Channel, out acksTo))
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
593
if (WsrmUtilities.
ValidateCreateSequence
<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo))
1005
if (WsrmUtilities.
ValidateCreateSequence
<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
918
if (WsrmUtilities.
ValidateCreateSequence
<IReplySessionChannel>(info, this.listener, this.binder.Channel, out acksTo))