18 references to Variable
System.Data.SqlXml (18)
System\Xml\Xsl\Xslt\Compiler.cs (2)
162Debug.Assert(var.NodeType == XslNodeType.Variable || var.NodeType == XslNodeType.Param); 164if (var.NodeType == XslNodeType.Variable) {
System\Xml\Xsl\Xslt\QilGenerator.cs (7)
641case XslNodeType.Variable: result = CompileVariable (node); break; 658if (nodeType == XslNodeType.Variable) { 1232Debug.Assert(node.NodeType == XslNodeType.Variable); 1240Debug.Assert(node.NodeType == XslNodeType.Variable || node.NodeType == XslNodeType.Param || node.NodeType == XslNodeType.WithParam); 1866Debug.Assert(varPar.NodeType == XslNodeType.Variable || varPar.NodeType == XslNodeType.Param); 1869if (varPar.NodeType == XslNodeType.Variable) { 1895Debug.Assert(varPar.NodeType == XslNodeType.Variable || varPar.NodeType == XslNodeType.Param);
System\Xml\Xsl\Xslt\Stylesheet.cs (1)
80Debug.Assert(var.NodeType == XslNodeType.Variable || var.NodeType == XslNodeType.Param);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (4)
336if (currentTemplate != null && (node.NodeType == XslNodeType.Variable || node.NodeType == XslNodeType.Param)) { 1150(1 << (int)XslNodeType.Variable) | 1174(1 << (int)XslNodeType.Variable) | 1227if (child.NodeType == XslNodeType.Variable || child.NodeType == XslNodeType.Param) {
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
344LoadGlobalVariableOrParameter(ctxInfo.nsList, XslNodeType.Variable); 1753Ref.Equal(localName, atoms.Variable ) ? XslNodeType.Variable : 1761nodeType == XslNodeType.Variable ? variableAttributes :
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
42case XslNodeType.Variable : return VisitVariable ((VarPar) node);