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)
1651
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
1804
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
2143
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
);
System\Text\Json\ThrowHelper.cs (1)
413
case ExceptionResource.
TrailingCommaNotAllowedBeforeObjectEnd
: