8 references to UnexpectedEndOfDataWhileReadingComment
System.Text.Json (8)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
2515
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (6)
2249
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2256
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2286
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2300
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2585
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2592
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
System\Text\Json\ThrowHelper.cs (1)
500
case ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
: