1 instantiation of StringEqualsOpcode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
732
this.codeBlock.Append(new
StringEqualsOpcode
(literal));
6 references to StringEqualsOpcode
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryRelOp.cs (6)
129
StringEqualsOpcode
strEqOp = op as
StringEqualsOpcode
;
147
StringEqualsOpcode
strEqOp = (
StringEqualsOpcode
)op;
345
StringEqualsOpcode
numOp = opcode as
StringEqualsOpcode
;