8 references to TrailingCommaNotAllowedBeforeObjectEnd
System.Text.Json (8)
System\Text\Json\Reader\Utf8JsonReader.cs (4)
762
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
1803
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
1947
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
2271
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (3)
1644
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
1797
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
2136
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
System\Text\Json\ThrowHelper.cs (1)
392
case ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
: