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