3 references to Nop
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
730
case XslNodeType.
Nop
: result = CompileNop(); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
475
return new XslNode(XslNodeType.
Nop
);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
31
XslNodeType.
Nop
=> VisitNop((XslNode)node),