2 references to
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
20
public FunctionQuery(string prefix, string name, List<Query> args) :
base
(prefix, name)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
18
public VariableQuery(string name, string prefix) :
base
(prefix, name) { }