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