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