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