7 references to MismatchedObjectArray
System.Text.Json (7)
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)
392case ExceptionResource.MismatchedObjectArray: 599case ExceptionResource.MismatchedObjectArray:
System\Text\Json\Writer\Utf8JsonWriter.cs (3)
1090ThrowHelper.ThrowInvalidOperationException(ExceptionResource.MismatchedObjectArray, currentDepth: default, maxDepth: _options.MaxDepth, token, _tokenType); 1097ThrowHelper.ThrowInvalidOperationException(ExceptionResource.MismatchedObjectArray, currentDepth: default, maxDepth: _options.MaxDepth, token, _tokenType); 1106ThrowHelper.ThrowInvalidOperationException(ExceptionResource.MismatchedObjectArray, currentDepth: default, maxDepth: _options.MaxDepth, token, _tokenType);