2 references to AxisTypeMask
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
278XmlNodeKindFlags required = AxisTypeMask(original, nodeType, xpathAxis);
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
99XmlNodeKindFlags intersection = XPathBuilder.AxisTypeMask(itr.XmlType.NodeKinds, nodeType, xpathAxis);