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