1 reference to LineNumberMask
System.Xml (1)
System\Xml\Cache\XPathNode.cs (1)
129get { return this.info.LineNumberBase + (int) ((this.props & LineNumberMask) >> LineNumberShift); }