1 write to processorPool
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
282this.processorPool = new WeakReference(null);
5 references to processorPool
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryMatcher.cs (5)
480lock (this.processorPool) 482QueryProcessorPool pool = this.processorPool.Target as QueryProcessorPool; 600lock (this.processorPool) 602QueryProcessorPool pool = this.processorPool.Target as QueryProcessorPool; 606this.processorPool.Target = pool;