1 write to Value
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
337this.Value = value;
4 references to Value
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1765if (num.Value != null) { 1768value = f.ConvertToNumber(CompileXPathExpression(num.Value));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
572(node.Value != null ? ProcessExpr(node.Value) : XslFlags.Current) |