1 write to processorPool
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
62this.processorPool = new WeakReference(null);
5 references to processorPool
System.ServiceModel (5)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (5)
297lock (this.processorPool) 299ProcessorPool pool = this.processorPool.Target as ProcessorPool; 681lock (this.processorPool) 683ProcessorPool pool = this.processorPool.Target as ProcessorPool; 687this.processorPool.Target = pool;