3 references to ContentIterator
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
167public static readonly MethodInfo ContentCreate = GetMethod(typeof(ContentIterator), "Create"); 168public static readonly MethodInfo ContentNext = GetMethod(typeof(ContentIterator), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1812CreateSimpleIterator(input, "$$$iterContent", typeof(ContentIterator), XmlILMethods.ContentCreate, XmlILMethods.ContentNext);