4 references to AttributeContentIterator
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
179
public static readonly MethodInfo AttrContentCreate = typeof(
AttributeContentIterator
).GetMethod("Create")!;
180
public static readonly MethodInfo AttrContentNext = typeof(
AttributeContentIterator
).GetMethod("MoveNext")!;
181
public static readonly MethodInfo AttrContentCurrent = typeof(
AttributeContentIterator
).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2590
CreateSimpleIterator(ndContent.Child, "$$$iterAttrContent", typeof(
AttributeContentIterator
), XmlILMethods.AttrContentCreate, XmlILMethods.AttrContentNext, XmlILMethods.AttrContentCurrent);