1 write to Value
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
320this.Value = value;
4 references to Value
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2103if (num.Value != null) 2107value = _f.ConvertToNumber(CompileXPathExpression(num.Value));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
590(node.Value != null ? ProcessExpr(node.Value) : XslFlags.Current) |