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