2 writes to lineNumBase
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
93
this.
lineNumBase
= 0;
641
this.
lineNumBase
= lineNum;
3 references to lineNumBase
System.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
577
this.doc, this.
lineNumBase
, this.linePosBase);
606
this.doc, this.
lineNumBase
, this.linePosBase);
639
lineNumOffset = lineNum - this.
lineNumBase
;