6 instantiations of Operand
System.Xml (6)
System\Xml\XPath\Internal\XPathParser.cs (6)
176
return new Operator(Operator.Op.MUL, ParseUnionExpr(qyInput), new
Operand
(-1));
415
opnd = new
Operand
(this.scanner.StringValue);
419
opnd = new
Operand
(this.scanner.NumberValue);
580
argList.Add(new
Operand
(this.scanner.StringValue));
589
argList.Add(new
Operand
(this.scanner.StringValue));
593
argList.Add(new
Operand
(this.scanner.StringValue));
1 reference to Operand
System.Xml (1)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
414
result = new OperandQuery(((
Operand
)root).OperandValue);