9 references to
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
17
public AttributeQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) :
base
(qyParent, Name, Prefix, Type) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
18
public CacheAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
19
public ChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) :
base
(qyInput, name, prefix, type) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
17
public DescendantBaseQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis) :
base
(qyParent, Name, Prefix, Type)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
17
public FollowingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
20
public FollSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType type) :
base
(qyInput, name, prefix, type)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
17
public NamespaceQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) :
base
(qyParent, Name, Prefix, Type) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
30
public PrecedingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
14
public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) :
base
(qyInput, Name, Prefix, Type) { }