3 references to AttributeIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
165public static readonly MethodInfo AttrCreate = GetMethod(typeof(AttributeIterator), "Create"); 166public static readonly MethodInfo AttrNext = GetMethod(typeof(AttributeIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1884CreateSimpleIterator(input, "$$$iterAttr", typeof(AttributeIterator), XmlILMethods.AttrCreate, XmlILMethods.AttrNext);