1 write to processorPool
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
198this.processorPool = new WeakReference(null);
7 references to processorPool
System.ServiceModel (7)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (7)
286if (this.processorPool.Target != null) 288lock (this.processorPool) 290object o = this.processorPool.Target; 294this.processorPool.Target = p.Next; 321lock (this.processorPool) 323context.Next = this.processorPool.Target as EndpointAddressProcessor; 324this.processorPool.Target = context;