2 writes to resultPool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
941this.resultPool = resultSet.Next; 960this.resultPool = resultSet;
2 references to resultPool
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
938QueryBranchResultSet resultSet = this.resultPool; 959resultSet.Next = this.resultPool;