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