3 writes to linePosition
System.Xml (3)
System\Xml\XmlException.cs (3)
48linePosition = (int) info.GetValue("linePosition", typeof(int)); 114this.linePosition = linePosition; 170this.linePosition = linePosition;
3 references to linePosition
System.Xml (3)
System\Xml\XmlException.cs (3)
66message = CreateMessage( res, args, lineNumber, linePosition ); 80info.AddValue("linePosition", linePosition); 278get { return this.linePosition; }