2 writes to sequencePool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
930this.sequencePool = sequence.Next; 985this.sequencePool = sequence;
2 references to sequencePool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
927NodeSequence sequence = this.sequencePool; 984sequence.Reset(this.sequencePool);