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