3 references to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
48_iterator = input.SelectChildren(Name, Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
50_nodeIterator = nav.SelectDescendants(Name, Namespace, matchSelf);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
72_iterator = _input.SelectDescendants(Name, Namespace, matchSelf);