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