17 references to Variable
System.Private.Xml (17)
System\Xml\Xsl\Xslt\Compiler.cs (2)
166Debug.Assert(var.NodeType == XslNodeType.Variable || var.NodeType == XslNodeType.Param); 169if (var.NodeType == XslNodeType.Variable)
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
745case XslNodeType.Variable: result = CompileVariable(node); break; 764if (nodeType == XslNodeType.Variable) 1464Debug.Assert(node.NodeType == XslNodeType.Variable); 1474Debug.Assert(node.NodeType == XslNodeType.Variable || node.NodeType == XslNodeType.Param || node.NodeType == XslNodeType.WithParam); 2227Debug.Assert(varPar.NodeType == XslNodeType.Variable || varPar.NodeType == XslNodeType.Param); 2230if (varPar.NodeType == XslNodeType.Variable) 2263Debug.Assert(varPar.NodeType == XslNodeType.Variable || varPar.NodeType == XslNodeType.Param);
System\Xml\Xsl\Xslt\Stylesheet.cs (1)
86Debug.Assert(var.NodeType == XslNodeType.Variable || var.NodeType == XslNodeType.Param);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
307if (_currentTemplate != null && (node.NodeType == XslNodeType.Variable || node.NodeType == XslNodeType.Param)) 1301(1 << (int)XslNodeType.Variable) | 1325(1 << (int)XslNodeType.Variable) | 1383if (child.NodeType == XslNodeType.Variable || child.NodeType == XslNodeType.Param)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
1918Ref.Equal(localName, _atoms.Variable) ? XslNodeType.Variable : 1925nodeType == XslNodeType.Variable ? _variableAttributes :
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
42XslNodeType.Variable => VisitVariable((VarPar)node),