1 instantiation of Variable
System.Xml (1)
System\Xml\XPath\Internal\XPathParser.cs (1)
425
opnd = new
Variable
(this.scanner.Name, this.scanner.Prefix);
3 references to Variable
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
293
private Query ProcessVariable(
Variable
root) {
417
result = ProcessVariable((
Variable
)root);
System\Xml\XPath\Internal\XPathParser.cs (1)
493
if (!(arg is
Variable
) && !(arg is Function && arg.ReturnType == XPathResultType.Any) ) {