2 writes to processor
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
101this.processor = value; 177this.processor = context.processor;
7 references to processor
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryProcessor.cs (7)
97return this.processor; 163return this.processor.CloneContext(this); 177this.processor = context.processor; 199NodeSequence sequence = this.processor.PopSequence(); 217this.processor.Eval(block, this); 349this.processor.ReleaseSequenceToPool(sequence); 356this.processor.ReleaseContext(this);