5 references to MismatchedObjectArray
System.Text.Json (5)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
756ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.MismatchedObjectArray, JsonConstants.CloseBrace); 790ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.MismatchedObjectArray, JsonConstants.CloseBracket);
System\Text\Json\ThrowHelper.cs (2)
407case ExceptionResource.MismatchedObjectArray: 614case ExceptionResource.MismatchedObjectArray:
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1251=> ThrowHelper.ThrowInvalidOperationException(ExceptionResource.MismatchedObjectArray, currentDepth: default, maxDepth: _options.MaxDepth, token, _tokenType);