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)
2242
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2249
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2279
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2293
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2578
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
2585
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
);
System\Text\Json\ThrowHelper.cs (1)
485
case ExceptionResource.
UnexpectedEndOfDataWhileReadingComment
: