1 override of Visit
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
300protected override XslFlags Visit(XslNode node)
2 references to Visit
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
303XslFlags result = base.Visit(node);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
84this.Visit(child);