3 references to ExpectedStartOfPropertyOrValueAfterComment
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1891ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedStartOfPropertyOrValueAfterComment, first);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
1732ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.ExpectedStartOfPropertyOrValueAfterComment, first);
System\Text\Json\ThrowHelper.cs (1)
431case ExceptionResource.ExpectedStartOfPropertyOrValueAfterComment: