2 references to LineNumberShift
System.Xml (2)
System\Xml\Cache\XPathNode.cs (2)
129get { return this.info.LineNumberBase + (int) ((this.props & LineNumberMask) >> LineNumberShift); } 338this.props |= ((uint) lineNumOffset << LineNumberShift);