1 write to resultTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
1012this.resultTable = resultTable;
9 references to resultTable
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (9)
1019return this.resultTable; 1034switch (this.resultTable.Count) 1053int resultTableCount = this.resultTable.Count; 1056QueryBranchResult result = this.resultTable[i]; 1093result = this.resultTable[i]; 1128while (matchIndex < this.resultTable.Count && nonMatchIndex < nonMatchTable.Count) 1130int compare = this.resultTable[matchIndex].Branch.ID - nonMatchTable[nonMatchIndex].ID; 1181QueryBranchResult result = this.resultTable[0]; 1203context.Processor.ReleaseResults(this.resultTable);