3 overrides of
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1086internal override QueryBranch this[object key]
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
802internal override QueryBranch this[object key]
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
264internal override QueryBranch this[object literal]
1 write to
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
1282this.branchIndex[literal.Literal] = queryBranch;
4 references to
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
1275QueryBranch queryBranch = this.branchIndex[literal.Literal]; 1313QueryBranch literalBranch = this.branchIndex[literal.Literal]; 1418QueryBranch branch = this.branchIndex[relOp.Literal]; 1545QueryBranch branch = this.branchIndex[literal.Literal];