4 references to ContentIterator
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
185public static readonly MethodInfo ContentCreate = typeof(ContentIterator).GetMethod("Create")!; 186public static readonly MethodInfo ContentNext = typeof(ContentIterator).GetMethod("MoveNext")!; 187public static readonly MethodInfo ContentCurrent = typeof(ContentIterator).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1964CreateSimpleIterator(input, "$$$iterContent", typeof(ContentIterator), XmlILMethods.ContentCreate, XmlILMethods.ContentNext, XmlILMethods.ContentCurrent);