1 instantiation of Variable
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathParser.cs (1)
479
opnd = new
Variable
(_scanner.Name, _scanner.Prefix);
3 references to Variable
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
339
private VariableQuery ProcessVariable(
Variable
root)
482
result = ProcessVariable((
Variable
)root);
System\Xml\XPath\Internal\XPathParser.cs (1)
565
if (!(arg is
Variable
) && !(arg is Function && arg.ReturnType == XPathResultType.Any))