17 references to Variable
System.Private.Xml (17)
System\Xml\Xsl\Xslt\Compiler.cs (2)
163Debug.Assert(var.NodeType == XslNodeType.Variable || var.NodeType == XslNodeType.Param); 166if (var.NodeType == XslNodeType.Variable)
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
741case XslNodeType.Variable: result = CompileVariable(node); break; 760if (nodeType == XslNodeType.Variable) 1460Debug.Assert(node.NodeType == XslNodeType.Variable); 1470Debug.Assert(node.NodeType == XslNodeType.Variable || node.NodeType == XslNodeType.Param || node.NodeType == XslNodeType.WithParam); 2223Debug.Assert(varPar.NodeType == XslNodeType.Variable || varPar.NodeType == XslNodeType.Param); 2226if (varPar.NodeType == XslNodeType.Variable) 2259Debug.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)) 1299(1 << (int)XslNodeType.Variable) | 1323(1 << (int)XslNodeType.Variable) | 1381if (child.NodeType == XslNodeType.Variable || child.NodeType == XslNodeType.Param)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
1916Ref.Equal(localName, _atoms.Variable) ? XslNodeType.Variable : 1923nodeType == XslNodeType.Variable ? _variableAttributes :
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
42XslNodeType.Variable => VisitVariable((VarPar)node),