4 writes to linePosition
System.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (4)
40linePosition = (int) info.GetValue("linePosition", typeof(int)); 126this.linePosition = linePosition; 177this.linePosition = linePosition; 188this.linePosition = source.LinePosition;
2 references to linePosition
System.Xml (2)
System\Xml\Schema\XmlSchemaException.cs (2)
69info.AddValue("linePosition", linePosition); 162get { return this.linePosition; }