3 references to NamespaceIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
192public static readonly MethodInfo NmspCreate = GetMethod(typeof(NamespaceIterator), "Create"); 193public static readonly MethodInfo NmspNext = GetMethod(typeof(NamespaceIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3257CreateSimpleIterator(ndNmsp.Child, "$$$iterNmsp", typeof(NamespaceIterator), XmlILMethods.NmspCreate, XmlILMethods.NmspNext);