8 references to TrailingCommaNotAllowedBeforeArrayEnd
System.Text.Json (8)
System\Text\Json\Reader\Utf8JsonReader.cs (4)
796
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
1818
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
1970
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
2287
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (3)
1659
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
1820
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
2152
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
);
System\Text\Json\ThrowHelper.cs (1)
389
case ExceptionResource.
TrailingCommaNotAllowedBeforeArrayEnd
: