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

VisitIntersection() protected method

Generate code for QilNodeType.Intersection.
protected VisitIntersection ( QilBinary ndInter ) : QilNode
ndInter System.Xml.Xsl.Qil.QilBinary
return QilNode
        protected override QilNode VisitIntersection(QilBinary ndInter) {
            return CreateSetIterator(ndInter, "$$$iterInter", typeof(IntersectIterator), XmlILMethods.InterCreate, XmlILMethods.InterNext);
        }
XmlILVisitor