3 references to NextSequenceId
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelFactory.cs (2)
196return (TChannel)(object)new ClientReliableDuplexSessionChannel(this, this, binder, this.faultHelper, channelParameters, WsrmUtilities.NextSequenceId()); 200return (TChannel)(object)new ReliableRequestSessionChannel(this, this, binder, this.faultHelper, channelParameters, WsrmUtilities.NextSequenceId());
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
829id = WsrmUtilities.NextSequenceId();