2 writes to _axis
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
341
_axis
= XPathAxis.Unknown;
402
_axis
= CheckAxis();
2 references to _axis
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
177
Debug.Assert(
_axis
!= XPathAxis.Unknown);
178
return
_axis
;