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