6 references to XPathFollowingIterator
System.Private.Xml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
252
public static readonly MethodInfo XPFollCreate = typeof(
XPathFollowingIterator
).GetMethod("Create")!;
253
public static readonly MethodInfo XPFollNext = typeof(
XPathFollowingIterator
).GetMethod("MoveNext")!;
254
public static readonly MethodInfo XPFollCurrent = typeof(
XPathFollowingIterator
).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2020
CreateFilteredIterator(input, "$$$iterFoll", typeof(
XPathFollowingIterator
), XmlILMethods.XPFollCreate, XmlILMethods.XPFollNext, XmlILMethods.XPFollCurrent,
3483
CreateFilteredIterator(ndFoll.Child, "$$$iterFoll", typeof(
XPathFollowingIterator
), XmlILMethods.XPFollCreate, XmlILMethods.XPFollNext, XmlILMethods.XPFollCurrent,
System\Xml\Xsl\Runtime\TreeIterators.cs (1)
525
if (!
XPathFollowingIterator
.MoveFirst(_filter, _navCurrent))