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