Home
last modified time | relevance | path

Searched defs:BaseAxisQuery (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 DBaseAxisQuery.cs12 internal abstract class BaseAxisQuery : Query class
26 protected BaseAxisQuery(Query qyInput) in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery
33 protected BaseAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery
43 protected BaseAxisQuery(BaseAxisQuery other) : base(other) in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DBaseAxisQuery.cs17 internal abstract class BaseAxisQuery : Query { class
30 protected BaseAxisQuery(Query qyInput) { in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery
36 protected BaseAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) { in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery
45 protected BaseAxisQuery(BaseAxisQuery other) : base(other) { in BaseAxisQuery() method in MS.Internal.Xml.XPath.BaseAxisQuery