3 references to GetMatchingNode
System.Private.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
201
node =
GetMatchingNode
(node, bNext);
215
return
GetMatchingNode
(node, true);
255
while ((node =
GetMatchingNode
(node, true)) != null)