5 references to FollowingSiblingIterator
System.Private.Xml (5)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
206
public static readonly MethodInfo FollSibCreate = typeof(
FollowingSiblingIterator
).GetMethod("Create")!;
207
public static readonly MethodInfo FollSibNext = typeof(
FollowingSiblingIterator
).GetMethod("MoveNext")!;
208
public static readonly MethodInfo FollSibCurrent = typeof(
FollowingSiblingIterator
).GetMethod("get_Current")!;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2005
CreateFilteredIterator(input, "$$$iterFollSib", typeof(
FollowingSiblingIterator
), XmlILMethods.FollSibCreate, XmlILMethods.FollSibNext, XmlILMethods.FollSibCurrent,
2728
CreateFilteredIterator(ndFollSib.Child, "$$$iterFollSib", typeof(
FollowingSiblingIterator
), XmlILMethods.FollSibCreate, XmlILMethods.FollSibNext, XmlILMethods.FollSibCurrent,