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