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