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