24 references to ID
System.ServiceModel (24)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (11)
28Fx.Assert(value.ID == OpcodeID.BlockEnd, ""); 48if (this.jump.ID == OpcodeID.Branch) 88if (this.jump.ID == OpcodeID.Branch) 113if (this.jump.ID == OpcodeID.Branch) 1287Fx.Assert(literal.ID == queryBranch.Branch.ID, ""); 1321if (OpcodeID.Branch == next.ID) 1419if (null != branch && branch.Branch.ID == op.ID) 1497if (OpcodeID.BlockEnd == next.ID) 1572if (OpcodeID.Branch == opcode.ID)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
845Fx.Assert(null != this.query && OpcodeID.MatchSingleFx == this.query.ID, "");
System\ServiceModel\Dispatcher\QueryOpcode.cs (5)
202Fx.Assert(OpcodeID.Branch != next.ID, ""); 225return (this.ID == opcode.ID); 271return (op.ID == this.ID);
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (3)
518while (ops.ID == OpcodeID.Select) 566if (op.ID == OpcodeID.SelectRoot) 571if (op.ID == OpcodeID.XsltInternalFunction)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (4)
67if (OpcodeID.Branch == this.diverger.TreeOpcode.ID) 101Fx.Assert(treePath[i].ID == insertPath[i].ID, ""); 114Fx.Assert(insertJump.Jump.ID == OpcodeID.BlockEnd, "");