2 references to CannotStartObjectArrayAfterPrimitiveOrClose
System.Text.Json (2)
System\Text\Json\ThrowHelper.cs (1)
605
case ExceptionResource.
CannotStartObjectArrayAfterPrimitiveOrClose
:
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
553
ThrowHelper.ThrowInvalidOperationException(ExceptionResource.
CannotStartObjectArrayAfterPrimitiveOrClose
, currentDepth: default, maxDepth: _options.MaxDepth, token: default, _tokenType);