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