Home
last modified time | relevance | path

Searched refs:FetchInput (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DFollSiblingQuery.cs52 private XPathNavigator FetchInput() in FetchInput() method in MS.Internal.Xml.XPath.FollSiblingQuery
74 … _nextInput = FetchInput(); // This can happen at the beginning and at the end in Advance()
83 _nextInput = FetchInput(); in Advance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DFollowingSibling.cs50 private XPathNavigator FetchInput() { in FetchInput() method in MS.Internal.Xml.XPath.FollSiblingQuery
65 nextInput = FetchInput(); // This can happen at the begining and at the end in Advance()
72 nextInput = FetchInput(); in Advance()