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