9 references to Iterator
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (6)
112this.constrMeth = XmlILConstructMethod.Iterator; 181case XmlILConstructMethod.Iterator: 202case XmlILConstructMethod.Iterator: 217get { return this.constrMeth == XmlILConstructMethod.IteratorThenWriter || this.constrMeth == XmlILConstructMethod.Iterator; } 228this.constrMeth = XmlILConstructMethod.Iterator; 345if (this.constrMeth != XmlILConstructMethod.Iterator) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
298case XmlILConstructMethod.Iterator: 846Debug.Assert(info.ConstructMethod == XmlILConstructMethod.Iterator); 1083Debug.Assert(XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Iterator, "This method should only be called if items in list are pulled from a code iterator.");