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