AddJsonExceptionInformation(ref ReadStack state, in Utf8JsonReader reader, JsonException ex) | System.Text.Json.ThrowHelper | inlinestatic |
AddJsonExceptionInformation(ref WriteStack state, JsonException ex) | System.Text.Json.ThrowHelper | inlinestatic |
GetArgumentException(string message) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetArgumentException_ReadInvalidUTF16(EncoderFallbackException innerException) | System.Text.Json.ThrowHelper | inlinestatic |
GetArgumentOutOfRangeException(string parameterName, string message) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetArgumentOutOfRangeException_CommentEnumMustBeInRange(string parameterName) | System.Text.Json.ThrowHelper | inlinestatic |
GetArgumentOutOfRangeException_MaxDepthMustBePositive(string parameterName) | System.Text.Json.ThrowHelper | inlinestatic |
GetFormatException() | System.Text.Json.ThrowHelper | inlinestatic |
GetFormatException(NumericType numericType) | System.Text.Json.ThrowHelper | inlinestatic |
GetFormatException(DataType dateType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException(string message) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetInvalidOperationException(string message, JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetInvalidOperationException(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetInvalidOperationException(string message, Exception innerException) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_CannotSkipOnPartial() | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedArray(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedChar(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedComment(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedNumber(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedObject(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedString(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ExpectedStringComparison(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
GetInvalidOperationException_ReadInvalidUTF8(DecoderFallbackException innerException) | System.Text.Json.ThrowHelper | inlinestatic |
GetJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType) | System.Text.Json.ThrowHelper | inlinepackagestatic |
GetJsonElementWrongTypeException(string expectedTypeName, JsonTokenType actualType) | System.Text.Json.ThrowHelper | inlinepackagestatic |
GetJsonElementWrongTypeException(JsonValueKind expectedType, JsonValueKind actualType) | System.Text.Json.ThrowHelper | inlinepackagestatic |
GetJsonElementWrongTypeException(string expectedTypeName, JsonValueKind actualType) | System.Text.Json.ThrowHelper | inlinepackagestatic |
GetJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan< byte > bytes) | System.Text.Json.ThrowHelper | inlinestatic |
GetPrintableString(byte value) | System.Text.Json.ThrowHelper | inlinepackagestatic |
GetResourceString(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, string characters) | System.Text.Json.ThrowHelper | inlineprivatestatic |
GetResourceString(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlineprivatestatic |
IsPrintable(byte value) | System.Text.Json.ThrowHelper | inlineprivatestatic |
NotSupportedException_NodeCollectionIsReadOnly() | System.Text.Json.ThrowHelper | inlinestatic |
ReThrowWithPath(ref ReadStack state, JsonReaderException ex) | System.Text.Json.ThrowHelper | inlinestatic |
ReThrowWithPath(ref ReadStack state, in Utf8JsonReader reader, Exception ex) | System.Text.Json.ThrowHelper | inlinestatic |
ReThrowWithPath(ref WriteStack state, Exception ex) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException(string message) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException(ReadOnlySpan< byte > propertyName, ReadOnlySpan< byte > value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException(ReadOnlySpan< byte > propertyName, ReadOnlySpan< char > value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_DeserializeWrongType(Type type, object value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_DuplicateKey(string propertyName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_InvalidCommentValue() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_InvalidUTF16(int charAsInt) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_InvalidUTF8(ReadOnlySpan< byte > value) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_NodeArrayTooSmall(string paramName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_NodeValueNotAllowed(string paramName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_PropertyNameTooLarge(int tokenLength) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_ValueNotSupported() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentException_ValueTooLarge(int tokenLength) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowArgumentOutOfRangeException_NodeArrayIndexNegative(string paramName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidCastException_DeserializeUnableToAssignValue(Type typeOfValue, Type declaredType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException(int currentDepth) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException(string message) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_CannotSerializeInvalidType(Type type, Type parentClassType, MemberInfo memberInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_ConstructorParameterIncompleteBinding(Type parentType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_ConverterCanConvertMultipleTypes(Type runtimePropertyType, JsonConverter jsonConverter) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_DeserializeUnableToAssignNull(Type declaredType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_ExtensionDataCannotBindToCtorParam(JsonPropertyInfo jsonPropertyInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_IgnoreConditionOnValueTypeInvalid(string clrPropertyName, Type propertyDeclaringType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_JsonIncludeOnNonPublicInvalid(string memberName, Type declaringType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_JsonSerializerOptionsAlreadyBoundToContext() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_MetadataReferenceOfTypeCannotBeAssignedToType(string referenceId, Type currentType, Type typeToConvert) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_MultiplePropertiesBindToConstructorParameters(Type parentType, string parameterName, string firstMatchName, string secondMatchName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NamingPolicyReturnNull(JsonNamingPolicy namingPolicy) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NeedLargerSpan() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NodeAlreadyHasParent() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NodeCycleDetected() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NoMetadataForType(Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NoMetadataForTypeCtorParams(JsonSerializerContext context, Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NoMetadataForTypeProperties(JsonSerializerContext context, Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_NumberHandlingOnPropertyInvalid(JsonPropertyInfo jsonPropertyInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_ReadInvalidUTF16(int charAsInt) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_ReadInvalidUTF16() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationConverterNotCompatible(Type converterType, Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationConverterOnAttributeInvalid(Type classType, MemberInfo memberInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationConverterOnAttributeNotCompatible(Type classTypeAttributeIsOn, MemberInfo memberInfo, Type typeToConvert) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationDataExtensionPropertyInvalid(Type type, JsonPropertyInfo jsonPropertyInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationDuplicateAttribute(Type attribute, Type classType, MemberInfo memberInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationDuplicateTypeAttribute(Type classType, Type attribute) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializationDuplicateTypeAttribute< TAttribute >(Type classType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializerConverterFactoryReturnsJsonConverterFactorty(Type converterType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializerConverterFactoryReturnsNull(Type converterType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializerOptionsImmutable(JsonSerializerContext context) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializerPropertyNameConflict(Type type, JsonPropertyInfo jsonPropertyInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationException_SerializerPropertyNameNull(Type parentType, JsonPropertyInfo jsonPropertyInfo) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationOrArgumentException(ReadOnlySpan< byte > propertyName, int currentDepth) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowInvalidOperationOrArgumentException(ReadOnlySpan< char > propertyName, int currentDepth) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException(string message=null) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataCannotParsePreservedObjectIntoImmutable(Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataDuplicateIdFound(string id) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataIdIsNotFirstProperty(ReadOnlySpan< byte > propertyName, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataInvalidPropertyWithLeadingDollarSign(ReadOnlySpan< byte > propertyName, ref ReadStack state, in Utf8JsonReader reader) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataInvalidReferenceToValueType(Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataMissingIdBeforeValues(ref ReadStack state, ReadOnlySpan< byte > propertyName) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataPreservedArrayInvalidProperty(ref ReadStack state, Type propertyType, in Utf8JsonReader reader) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataPreservedArrayValuesNotFound(ref ReadStack state, Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataReferenceNotFound(string id) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties(ReadOnlySpan< byte > propertyName, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataValuesInvalidToken(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataValueWasNotString(JsonTokenType tokenType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_MetadataValueWasNotString(JsonValueKind valueKind) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_SerializationConverterRead(JsonConverter converter) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_SerializationConverterWrite(JsonConverter converter) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonException_SerializerCycleDetected(int maxDepth) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte=0, ReadOnlySpan< byte > bytes=default(ReadOnlySpan< byte >)) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowMissingMemberException_MissingFSharpCoreMember(string missingFsharpCoreMember) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException(ref ReadStack state, in Utf8JsonReader reader, NotSupportedException ex) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException(ref WriteStack state, NotSupportedException ex) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_BuiltInConvertersNotRooted(Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_CannotPopulateCollection(Type type, ref Utf8JsonReader reader, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_ConstructorMaxOf64Parameters(Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_DeserializeNoConstructor(Type type, ref Utf8JsonReader reader, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_DictionaryKeyTypeNotSupported(Type keyType, JsonConverter converter) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_NodeCollectionIsReadOnly() | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_NoMetadataForType(Type type) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_ObjectWithParameterizedCtorRefMetadataNotHonored(ReadOnlySpan< byte > propertyName, ref Utf8JsonReader reader, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_SerializationNotSupported(Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowNotSupportedException_TypeRequiresAsyncSerialization(Type propertyType) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowOutOfMemoryException(uint capacity) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowOutOfMemoryException_BufferMaximumSizeExceeded(uint capacity) | System.Text.Json.ThrowHelper | inlinestatic |
ThrowUnexpectedMetadataException(ReadOnlySpan< byte > propertyName, ref Utf8JsonReader reader, ref ReadStack state) | System.Text.Json.ThrowHelper | inlinepackagestatic |