3 references to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
16
public ParentQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) :
base
(qyInput, Name, Prefix, Type) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
28
public PreSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
17
public XPathAncestorQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf) :
base
(qyInput, name, prefix, typeTest)