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