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