3 references to UnexpectedEndOfLineSeparator
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
2443
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfLineSeparator
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
2496
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfLineSeparator
);
System\Text\Json\ThrowHelper.cs (1)
488
case ExceptionResource.
UnexpectedEndOfLineSeparator
: