4 references to ValueOf
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
739case XslNodeType.ValueOf: result = CompileValueOf(node); break;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1307(1 << (int)XslNodeType.ValueOf) |
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1877return SetInfo(F.XslNode(doe ? XslNodeType.ValueOfDoe : XslNodeType.ValueOf, null, select, _input.XslVersion),
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
40XslNodeType.ValueOf => VisitValueOf((XslNode)node),