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