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