3 references to AttributeContentIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
163
public static readonly MethodInfo AttrContentCreate = GetMethod(typeof(
AttributeContentIterator
), "Create");
164
public static readonly MethodInfo AttrContentNext = GetMethod(typeof(
AttributeContentIterator
), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2401
CreateSimpleIterator(ndContent.Child, "$$$iterAttrContent", typeof(
AttributeContentIterator
), XmlILMethods.AttrContentCreate, XmlILMethods.AttrContentNext);