1 instantiation of QueryProcessor
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
495p = new QueryProcessor(this);
19 references to QueryProcessor
System.ServiceModel (19)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
721QueryProcessor processor = context.Processor;
System\ServiceModel\Dispatcher\QueryMatcher.cs (15)
26QueryProcessor processor; 29internal FilterResult(QueryProcessor processor) 50internal QueryProcessor Processor 105QueryProcessor processor = this.matcher.CreateProcessor(); 151QueryProcessor processor = this.matcher.CreateProcessor(); 241QueryProcessor processor; 247internal QueryProcessor Pop() 249QueryProcessor p = this.processor; 252this.processor = (QueryProcessor)p.next; 259internal void Push(QueryProcessor p) 476internal QueryProcessor CreateProcessor() 478QueryProcessor p = null; 520QueryProcessor processor = this.CreateProcessor(); 562QueryProcessor processor = this.CreateProcessor(); 593internal void ReleaseProcessor(QueryProcessor processor)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1208QueryProcessor processor = this.context.Processor;
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
17QueryProcessor processor; 93internal QueryProcessor Processor