1 write to lineInfo
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
92
this.
lineInfo
= lineInfo;
5 references to lineInfo
System.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (5)
204
if (this.
lineInfo
!= null) {
622
if (this.
lineInfo
== null) {
634
Debug.Assert(this.
lineInfo
.HasLineInfo(), "HasLineInfo should have been checked before this.");
635
lineNum = this.
lineInfo
.LineNumber;
636
linePos = this.
lineInfo
.LinePosition;