4 writes to BytePositionInLine
System.Text.Json (4)
System\Text\Json\JsonException.cs (3)
34
BytePositionInLine
= bytePositionInLine;
52
BytePositionInLine
= bytePositionInLine;
95
BytePositionInLine
= (long?)info.GetValue("BytePositionInLine", typeof(long?));
System\Text\Json\ThrowHelper.Serialization.cs (1)
471
ex.
BytePositionInLine
= bytePositionInLine;
2 references to BytePositionInLine
System.Text.Json (2)
System\Text\Json\JsonException.cs (1)
118
info.AddValue("BytePositionInLine",
BytePositionInLine
, typeof(long?));
System\Text\Json\ThrowHelper.Serialization.cs (1)
452
throw new JsonException(message, path, ex.LineNumber, ex.
BytePositionInLine
, ex);