2 writes to linePosBase
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
94
this.
linePosBase
= 0;
647
this.
linePosBase
= linePos;
3 references to linePosBase
System.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (3)
577
this.doc, this.lineNumBase, this.
linePosBase
);
606
this.doc, this.lineNumBase, this.
linePosBase
);
645
linePosOffset = linePos - this.
linePosBase
;