3 overrides of Match
System.Xml (3)
System\Xml\Dom\DocumentXPathNavigator.cs (3)
1885
protected override bool
Match
( XmlNode node ) {
1929
protected override bool
Match
( XmlNode node ) {
1983
protected override bool
Match
( XmlNode node ) {
1 reference to Match
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1865
if (node.NodeType == XmlNodeType.Element &&
Match
(node)) {