1 override of Visit
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
330protected override XslFlags Visit(XslNode node) {
2 references to Visit
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
332XslFlags result = base.Visit(node);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
83this.Visit(child);