1 implementation of VariableType
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
187XPathResultType IXsltContextVariable.VariableType
1 reference to VariableType
System.Private.Xml (1)
System\Xml\XPath\Internal\VariableQuery.cs (1)
64XPathResultType result = _variable != null ? _variable.VariableType : XPathResultType.Any;