3 references to InvalidCharacterAtStartOfComment
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
2509
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAtStartOfComment
, marker);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
2262
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAtStartOfComment
, marker);
System\Text\Json\ThrowHelper.cs (1)
482
case ExceptionResource.
InvalidCharacterAtStartOfComment
: