System.Xml.Xsl.IlGen.XmlILVisitor.VisitChildren C# (CSharp) Method

VisitChildren() protected method

VisitChildren should never be called.
protected VisitChildren ( QilNode parent ) : QilNode
parent QilNode
return QilNode
        protected override QilNode VisitChildren(QilNode parent) {
            Debug.Fail("Visit" + parent.NodeType + " should never be called");
            return parent;
        }
XmlILVisitor