3 overrides of ValidateOpcode
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1173
internal override LiteralRelationOpcode
ValidateOpcode
(Opcode opcode)
System\ServiceModel\Dispatcher\QueryRelOp.cs (2)
343
internal override LiteralRelationOpcode
ValidateOpcode
(Opcode opcode)
390
internal override LiteralRelationOpcode
ValidateOpcode
(Opcode opcode)
5 references to ValidateOpcode
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
1267
LiteralRelationOpcode literal = this.
ValidateOpcode
(opcode);
1299
LiteralRelationOpcode literalOp = this.
ValidateOpcode
(literal);
1415
LiteralRelationOpcode relOp = this.
ValidateOpcode
(op);
1513
if (null != this.
ValidateOpcode
(opcode))
1542
LiteralRelationOpcode literal = this.
ValidateOpcode
(opcode);