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