83 references to OpcodeID
System.ServiceModel (83)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (3)
21internal SingleFxEngineResultOpcode(OpcodeID id) 86internal MatchSingleFxEngineResultOpcode() : base(OpcodeID.MatchSingleFx) { } 142internal QuerySingleFxEngineResultOpcode() : base(OpcodeID.QuerySingleFx) { }
System\ServiceModel\Dispatcher\QueryBranchOp.cs (20)
13internal JumpOpcode(OpcodeID id, Opcode jump) 28Fx.Assert(value.ID == OpcodeID.BlockEnd, ""); 48if (this.jump.ID == OpcodeID.Branch) 88if (this.jump.ID == OpcodeID.Branch) 113if (this.jump.ID == OpcodeID.Branch) 126: this(OpcodeID.JumpIfNot, jump, test) 130protected JumpIfOpcode(OpcodeID id, Opcode jump, bool test) 184: this(OpcodeID.ApplyBoolean, jump, test) 188protected ApplyBooleanOpcode(OpcodeID id, Opcode jump, bool test) 243: base(OpcodeID.StartBoolean) 315: base(OpcodeID.EndBoolean, jump, test) 335internal NoOpOpcode(OpcodeID id) 346: base(OpcodeID.BlockEnd) 384: base(OpcodeID.Cast) 653: this(OpcodeID.Branch) 657internal BranchOpcode(OpcodeID id) 1236internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex) 1321if (OpcodeID.Branch == next.ID) 1497if (OpcodeID.BlockEnd == next.ID) 1572if (OpcodeID.Branch == opcode.ID)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (9)
13: base(OpcodeID.PushContextNode) 35: base(OpcodeID.PushPosition) 49: base(OpcodeID.PopSequenceToValueStack) 63: base(OpcodeID.PopSequenceToSequenceStack) 103: base(OpcodeID.PopContextNodes) 135: base(OpcodeID.PushString) 175: base(OpcodeID.PushDouble) 214: base(OpcodeID.PushBool) 255: base(OpcodeID.PushXsltVariable)
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
17: base(OpcodeID.Function) 60: base(OpcodeID.XsltFunction)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (4)
964: this(OpcodeID.NumberRelation, literal, op) 968protected NumberRelationOpcode(OpcodeID id, double literal, RelationOperator op) 1034: base(OpcodeID.NumberInterval, literal, op) 1169: base(OpcodeID.NumberIntervalBranch, new IntervalBranchIndex())
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
845Fx.Assert(null != this.query && OpcodeID.MatchSingleFx == this.query.ID, ""); 884codeBlock.Append(new NoOpOpcode(OpcodeID.QueryTree));
System\ServiceModel\Dispatcher\QueryMath.cs (7)
23internal MathOpcode(OpcodeID id, MathOperator op) 50: base(OpcodeID.Plus, MathOperator.Plus) 77: base(OpcodeID.Minus, MathOperator.Minus) 104: base(OpcodeID.Multiply, MathOperator.Multiply) 131: base(OpcodeID.Divide, MathOperator.Div) 157: base(OpcodeID.Mod, MathOperator.Mod) 183: base(OpcodeID.Negate, MathOperator.Negate)
System\ServiceModel\Dispatcher\QueryOpcode.cs (4)
104OpcodeID opcodeID; 112internal Opcode(OpcodeID id) 133internal OpcodeID ID 202Fx.Assert(OpcodeID.Branch != next.ID, "");
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
709: base(OpcodeID.StringPrefix) 880: base(OpcodeID.StringPrefixBranch, new TrieBranchIndex())
System\ServiceModel\Dispatcher\QueryRelOp.cs (7)
28: this(OpcodeID.Relation, op) 32protected RelationOpcode(OpcodeID id, RelationOperator op) 76internal LiteralRelationOpcode(OpcodeID id) 105: base(OpcodeID.StringEquals) 179: base(OpcodeID.NumberEquals) 339: base(OpcodeID.StringEqualsBranch, new StringBranchIndex()) 386: base(OpcodeID.NumberEqualsBranch, new NumberBranchIndex())
System\ServiceModel\Dispatcher\QueryResultOp.cs (6)
12internal ResultOpcode(OpcodeID id) 22: base(OpcodeID.MatchResult) 60: base(OpcodeID.QueryResult) 110internal MultipleResultOpcode(OpcodeID id) 180internal QueryMultipleResultOpcode() : base(OpcodeID.QueryMultipleResult) { } 235internal MatchMultipleResultOpcode() : base(OpcodeID.MatchMultipleResult) { }
System\ServiceModel\Dispatcher\QuerySelectOp.cs (5)
453: this(OpcodeID.Select, criteria) 457internal SelectOpcode(OpcodeID id, NodeSelectCriteria criteria) 462internal SelectOpcode(OpcodeID id, NodeSelectCriteria criteria, OpcodeFlags flags) 570: base(OpcodeID.InitialSelect, criteria, OpcodeFlags.InitialSelect) 619: base(OpcodeID.SelectRoot)
System\ServiceModel\Dispatcher\QuerySetOp.cs (5)
11: base(OpcodeID.Ordinal) 40: base(OpcodeID.LiteralOrdinal) 87: base(OpcodeID.Filter) 136: base(OpcodeID.Union) 163: base(OpcodeID.Merge)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (4)
518while (ops.ID == OpcodeID.Select) 566if (op.ID == OpcodeID.SelectRoot) 571if (op.ID == OpcodeID.XsltInternalFunction) 637: base(OpcodeID.SubExpr)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (2)
67if (OpcodeID.Branch == this.diverger.TreeOpcode.ID) 114Fx.Assert(insertJump.Jump.ID == OpcodeID.BlockEnd, "");
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
430: base(OpcodeID.XsltInternalFunction)