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