4 references to ElementContentIterator
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
203public static readonly MethodInfo ElemContentCreate = typeof(ElementContentIterator).GetMethod("Create")!; 204public static readonly MethodInfo ElemContentNext = typeof(ElementContentIterator).GetMethod("MoveNext")!; 205public static readonly MethodInfo ElemContentCurrent = typeof(ElementContentIterator).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1949locIter = _helper.DeclareLocal("$$$iterElemContent", typeof(ElementContentIterator));