4 references to FollowingSiblingIterator
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
182
public static readonly MethodInfo FollSibCreate = GetMethod(typeof(
FollowingSiblingIterator
), "Create");
183
public static readonly MethodInfo FollSibNext = GetMethod(typeof(
FollowingSiblingIterator
), "MoveNext");
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
1852
CreateFilteredIterator(input, "$$$iterFollSib", typeof(
FollowingSiblingIterator
), XmlILMethods.FollSibCreate, XmlILMethods.FollSibNext,
2529
CreateFilteredIterator(ndFollSib.Child, "$$$iterFollSib", typeof(
FollowingSiblingIterator
), XmlILMethods.FollSibCreate, XmlILMethods.FollSibNext,