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