2 writes to contextPool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
919
this.
contextPool
= context.Next;
952
this.
contextPool
= context;
2 references to contextPool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
916
ProcessingContext context = this.
contextPool
;
951
context.Next = this.
contextPool
;