1 instantiation of OperandQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
479
result = new
OperandQuery
(((Operand)root).OperandValue);
2 references to OperandQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\FilterQuery.cs (2)
90
OperandQuery
? operand = _cond as
OperandQuery
;