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