3 writes to next
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
253p.next = null; 261p.next = this.processor;
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
89this.next = value;
2 references to next
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
252this.processor = (QueryProcessor)p.next;
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
85return this.next;