2 writes to processor
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
252this.processor = (QueryProcessor)p.next; 262this.processor = p;
2 references to processor
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
249QueryProcessor p = this.processor; 261p.next = this.processor;