3 writes to next
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
47
p.
next
= null;
55
p.
next
= this.processor;
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
47
this.
next
= value;
2 references to next
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
46
this.processor = (EndpointAddressProcessor)p.
next
;
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
43
return this.
next
;