3 references to GetMatchingNode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (3)
197
node =
GetMatchingNode
(node, bNext);
210
return
GetMatchingNode
(node, true);
247
while ((node =
GetMatchingNode
(node, true)) != null)