3 references to ElementContentIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
180public static readonly MethodInfo ElemContentCreate = GetMethod(typeof(ElementContentIterator), "Create"); 181public static readonly MethodInfo ElemContentNext = GetMethod(typeof(ElementContentIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1799locIter = this.helper.DeclareLocal("$$$iterElemContent", typeof(ElementContentIterator));