1 write to results
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
940
this.
results
= new QueryBuffer<QueryBranchResult>(capacity);
5 references to results
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
947
return this.
results
.count;
955
return this.
results
[index];
973
this.
results
.Add(new QueryBranchResult(branch, valIndex));
978
this.
results
.count = 0;
983
this.
results
.Sort(QueryBranchResultSet.comparer);