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);