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