1 instantiation of Variable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
492opnd = new Variable(_scanner.Name, _scanner.Prefix);
3 references to Variable
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
344private Query ProcessVariable(Variable root) 484result = ProcessVariable((Variable)root);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
578if (!(arg is Variable) && !(arg is Function && arg.ReturnType == XPathResultType.Any))