2 references to AllMask
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
1666
internal const int NoAttrNmspMask =
AllMask
& ~(1 << (int) XPathNodeType.Attribute) & ~(1 << (int) XPathNodeType.Namespace);
1687
return
AllMask
;