4 references to NodeKindContentIterator
System.Private.Xml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
218public static readonly MethodInfo KindContentCreate = typeof(NodeKindContentIterator).GetMethod("Create")!; 219public static readonly MethodInfo KindContentNext = typeof(NodeKindContentIterator).GetMethod("MoveNext")!; 220public static readonly MethodInfo KindContentCurrent = typeof(NodeKindContentIterator).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1969locIter = _helper.DeclareLocal("$$$iterContent", typeof(NodeKindContentIterator));