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