2 writes to axis
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
300this.axis = XPathAxis.Unknown; 349this.axis = CheckAxis();
2 references to axis
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
171Debug.Assert(axis != XPathAxis.Unknown); 172return axis;