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