256 references to GetResourceString
System.Text.Json (256)
src\runtime\artifacts\obj\System.Text.Json\Release\net11.0\System.SR.cs (255)
16internal static string @ArrayDepthTooLarge => GetResourceString("ArrayDepthTooLarge"); 18internal static string @CallFlushToAvoidDataLoss => GetResourceString("CallFlushToAvoidDataLoss"); 20internal static string @CannotReadIncompleteUTF16 => GetResourceString("CannotReadIncompleteUTF16"); 22internal static string @CannotReadInvalidUTF16 => GetResourceString("CannotReadInvalidUTF16"); 24internal static string @CannotStartObjectArrayAfterPrimitiveOrClose => GetResourceString("CannotStartObjectArrayAfterPrimitiveOrClose"); 26internal static string @CannotStartObjectArrayWithoutProperty => GetResourceString("CannotStartObjectArrayWithoutProperty"); 28internal static string @CannotTranscodeInvalidUtf8 => GetResourceString("CannotTranscodeInvalidUtf8"); 30internal static string @CannotDecodeInvalidBase64 => GetResourceString("CannotDecodeInvalidBase64"); 32internal static string @CannotTranscodeInvalidUtf16 => GetResourceString("CannotTranscodeInvalidUtf16"); 34internal static string @CannotEncodeInvalidUTF16 => GetResourceString("CannotEncodeInvalidUTF16"); 36internal static string @CannotEncodeInvalidUTF8 => GetResourceString("CannotEncodeInvalidUTF8"); 38internal static string @CannotWritePropertyWithinArray => GetResourceString("CannotWritePropertyWithinArray"); 40internal static string @CannotWritePropertyAfterProperty => GetResourceString("CannotWritePropertyAfterProperty"); 42internal static string @CannotWriteValueAfterPrimitiveOrClose => GetResourceString("CannotWriteValueAfterPrimitiveOrClose"); 44internal static string @CannotWriteValueWithinObject => GetResourceString("CannotWriteValueWithinObject"); 46internal static string @DepthTooLarge => GetResourceString("DepthTooLarge"); 48internal static string @DestinationTooShort => GetResourceString("DestinationTooShort"); 50internal static string @EmptyJsonIsInvalid => GetResourceString("EmptyJsonIsInvalid"); 52internal static string @EndOfCommentNotFound => GetResourceString("EndOfCommentNotFound"); 54internal static string @EndOfStringNotFound => GetResourceString("EndOfStringNotFound"); 56internal static string @ExpectedEndAfterSingleJson => GetResourceString("ExpectedEndAfterSingleJson"); 58internal static string @ExpectedEndOfDigitNotFound => GetResourceString("ExpectedEndOfDigitNotFound"); 60internal static string @ExpectedFalse => GetResourceString("ExpectedFalse"); 62internal static string @ExpectedJsonTokens => GetResourceString("ExpectedJsonTokens"); 64internal static string @ExpectedOneCompleteToken => GetResourceString("ExpectedOneCompleteToken"); 66internal static string @ExpectedNextDigitEValueNotFound => GetResourceString("ExpectedNextDigitEValueNotFound"); 68internal static string @ExpectedNull => GetResourceString("ExpectedNull"); 70internal static string @ExpectedSeparatorAfterPropertyNameNotFound => GetResourceString("ExpectedSeparatorAfterPropertyNameNotFound"); 72internal static string @ExpectedStartOfPropertyNotFound => GetResourceString("ExpectedStartOfPropertyNotFound"); 74internal static string @ExpectedStartOfPropertyOrValueNotFound => GetResourceString("ExpectedStartOfPropertyOrValueNotFound"); 76internal static string @ExpectedStartOfValueNotFound => GetResourceString("ExpectedStartOfValueNotFound"); 78internal static string @ExpectedTrue => GetResourceString("ExpectedTrue"); 80internal static string @ExpectedValueAfterPropertyNameNotFound => GetResourceString("ExpectedValueAfterPropertyNameNotFound"); 82internal static string @FailedToGetLargerSpan => GetResourceString("FailedToGetLargerSpan"); 84internal static string @FoundInvalidCharacter => GetResourceString("FoundInvalidCharacter"); 86internal static string @InvalidCast => GetResourceString("InvalidCast"); 88internal static string @InvalidCharacterAfterEscapeWithinString => GetResourceString("InvalidCharacterAfterEscapeWithinString"); 90internal static string @InvalidCharacterWithinString => GetResourceString("InvalidCharacterWithinString"); 92internal static string @UnsupportedEnumIdentifier => GetResourceString("UnsupportedEnumIdentifier"); 94internal static string @InvalidEndOfJsonNonPrimitive => GetResourceString("InvalidEndOfJsonNonPrimitive"); 96internal static string @InvalidHexCharacterWithinString => GetResourceString("InvalidHexCharacterWithinString"); 98internal static string @JsonDocumentDoesNotSupportComments => GetResourceString("JsonDocumentDoesNotSupportComments"); 100internal static string @JsonElementHasWrongType => GetResourceString("JsonElementHasWrongType"); 102internal static string @JsonElementDeepEqualsInsufficientExecutionStack => GetResourceString("JsonElementDeepEqualsInsufficientExecutionStack"); 104internal static string @JsonNumberExponentTooLarge => GetResourceString("JsonNumberExponentTooLarge"); 106internal static string @DefaultTypeInfoResolverImmutable => GetResourceString("DefaultTypeInfoResolverImmutable"); 108internal static string @TypeInfoResolverChainImmutable => GetResourceString("TypeInfoResolverChainImmutable"); 110internal static string @TypeInfoImmutable => GetResourceString("TypeInfoImmutable"); 112internal static string @MaxDepthMustBePositive => GetResourceString("MaxDepthMustBePositive"); 114internal static string @CommentHandlingMustBeValid => GetResourceString("CommentHandlingMustBeValid"); 116internal static string @MismatchedObjectArray => GetResourceString("MismatchedObjectArray"); 118internal static string @CannotWriteEndAfterProperty => GetResourceString("CannotWriteEndAfterProperty"); 120internal static string @ObjectDepthTooLarge => GetResourceString("ObjectDepthTooLarge"); 122internal static string @PropertyNameTooLarge => GetResourceString("PropertyNameTooLarge"); 124internal static string @RequiredDigitNotFoundAfterDecimal => GetResourceString("RequiredDigitNotFoundAfterDecimal"); 126internal static string @RequiredDigitNotFoundAfterSign => GetResourceString("RequiredDigitNotFoundAfterSign"); 128internal static string @RequiredDigitNotFoundEndOfData => GetResourceString("RequiredDigitNotFoundEndOfData"); 130internal static string @SpecialNumberValuesNotSupported => GetResourceString("SpecialNumberValuesNotSupported"); 132internal static string @ValueTooLarge => GetResourceString("ValueTooLarge"); 134internal static string @ZeroDepthAtEnd => GetResourceString("ZeroDepthAtEnd"); 136internal static string @DeserializeUnableToConvertValue => GetResourceString("DeserializeUnableToConvertValue"); 138internal static string @DeserializeWrongType => GetResourceString("DeserializeWrongType"); 140internal static string @SerializationInvalidBufferSize => GetResourceString("SerializationInvalidBufferSize"); 142internal static string @BufferWriterAdvancedTooFar => GetResourceString("BufferWriterAdvancedTooFar"); 144internal static string @InvalidComparison => GetResourceString("InvalidComparison"); 146internal static string @UnsupportedFormat => GetResourceString("UnsupportedFormat"); 148internal static string @ExpectedStartOfPropertyOrValueAfterComment => GetResourceString("ExpectedStartOfPropertyOrValueAfterComment"); 150internal static string @TrailingCommaNotAllowedBeforeArrayEnd => GetResourceString("TrailingCommaNotAllowedBeforeArrayEnd"); 152internal static string @TrailingCommaNotAllowedBeforeObjectEnd => GetResourceString("TrailingCommaNotAllowedBeforeObjectEnd"); 154internal static string @SerializerOptionsReadOnly => GetResourceString("SerializerOptionsReadOnly"); 156internal static string @SerializerOptions_InvalidChainedResolver => GetResourceString("SerializerOptions_InvalidChainedResolver"); 158internal static string @StreamNotWritable => GetResourceString("StreamNotWritable"); 160internal static string @CannotWriteCommentWithEmbeddedDelimiter => GetResourceString("CannotWriteCommentWithEmbeddedDelimiter"); 162internal static string @SerializerPropertyNameConflict => GetResourceString("SerializerPropertyNameConflict"); 164internal static string @SerializerPropertyNameNull => GetResourceString("SerializerPropertyNameNull"); 166internal static string @SerializationDataExtensionPropertyInvalid => GetResourceString("SerializationDataExtensionPropertyInvalid"); 168internal static string @PropertyTypeNotNullable => GetResourceString("PropertyTypeNotNullable"); 170internal static string @SerializationDuplicateTypeAttribute => GetResourceString("SerializationDuplicateTypeAttribute"); 172internal static string @ExtensionDataConflictsWithUnmappedMemberHandling => GetResourceString("ExtensionDataConflictsWithUnmappedMemberHandling"); 174internal static string @SerializationNotSupportedType => GetResourceString("SerializationNotSupportedType"); 176internal static string @TypeRequiresAsyncSerialization => GetResourceString("TypeRequiresAsyncSerialization"); 178internal static string @InvalidCharacterAtStartOfComment => GetResourceString("InvalidCharacterAtStartOfComment"); 180internal static string @UnexpectedEndOfDataWhileReadingComment => GetResourceString("UnexpectedEndOfDataWhileReadingComment"); 182internal static string @CannotSkip => GetResourceString("CannotSkip"); 184internal static string @NotEnoughData => GetResourceString("NotEnoughData"); 186internal static string @UnexpectedEndOfLineSeparator => GetResourceString("UnexpectedEndOfLineSeparator"); 188internal static string @JsonSerializerDoesNotSupportComments => GetResourceString("JsonSerializerDoesNotSupportComments"); 190internal static string @DeserializeNoConstructor => GetResourceString("DeserializeNoConstructor"); 192internal static string @DeserializeInterfaceOrAbstractType => GetResourceString("DeserializeInterfaceOrAbstractType"); 194internal static string @DeserializationMustSpecifyTypeDiscriminator => GetResourceString("DeserializationMustSpecifyTypeDiscriminator"); 196internal static string @SerializationConverterOnAttributeNotCompatible => GetResourceString("SerializationConverterOnAttributeNotCompatible"); 198internal static string @SerializationConverterOnAttributeOpenGenericNotCompatible => GetResourceString("SerializationConverterOnAttributeOpenGenericNotCompatible"); 200internal static string @SerializationConverterOnAttributeInvalid => GetResourceString("SerializationConverterOnAttributeInvalid"); 202internal static string @SerializationConverterRead => GetResourceString("SerializationConverterRead"); 204internal static string @SerializationConverterNotCompatible => GetResourceString("SerializationConverterNotCompatible"); 206internal static string @ResolverTypeNotCompatible => GetResourceString("ResolverTypeNotCompatible"); 208internal static string @ResolverTypeInfoOptionsNotCompatible => GetResourceString("ResolverTypeInfoOptionsNotCompatible"); 210internal static string @SerializationConverterWrite => GetResourceString("SerializationConverterWrite"); 212internal static string @NamingPolicyReturnNull => GetResourceString("NamingPolicyReturnNull"); 214internal static string @SerializationDuplicateAttribute => GetResourceString("SerializationDuplicateAttribute"); 216internal static string @SerializeUnableToSerialize => GetResourceString("SerializeUnableToSerialize"); 218internal static string @SerializerCycleDetected => GetResourceString("SerializerCycleDetected"); 220internal static string @InvalidLeadingZeroInNumber => GetResourceString("InvalidLeadingZeroInNumber"); 222internal static string @MetadataCannotParsePreservedObjectToImmutable => GetResourceString("MetadataCannotParsePreservedObjectToImmutable"); 224internal static string @MetadataDuplicateIdFound => GetResourceString("MetadataDuplicateIdFound"); 226internal static string @MetadataIdCannotBeCombinedWithRef => GetResourceString("MetadataIdCannotBeCombinedWithRef"); 228internal static string @MetadataInvalidReferenceToValueType => GetResourceString("MetadataInvalidReferenceToValueType"); 230internal static string @MetadataInvalidTokenAfterValues => GetResourceString("MetadataInvalidTokenAfterValues"); 234internal static string @MetadataPreservedArrayFailed => GetResourceString("MetadataPreservedArrayFailed"); 236internal static string @MetadataInvalidPropertyInArrayMetadata => GetResourceString("MetadataInvalidPropertyInArrayMetadata"); 238internal static string @MetadataStandaloneValuesProperty => GetResourceString("MetadataStandaloneValuesProperty"); 240internal static string @MetadataReferenceCannotContainOtherProperties => GetResourceString("MetadataReferenceCannotContainOtherProperties"); 242internal static string @MetadataReferenceNotFound => GetResourceString("MetadataReferenceNotFound"); 244internal static string @MetadataValueWasNotString => GetResourceString("MetadataValueWasNotString"); 246internal static string @MetadataInvalidPropertyWithLeadingDollarSign => GetResourceString("MetadataInvalidPropertyWithLeadingDollarSign"); 248internal static string @MetadataUnexpectedProperty => GetResourceString("MetadataUnexpectedProperty"); 250internal static string @UnmappedJsonProperty => GetResourceString("UnmappedJsonProperty"); 252internal static string @DuplicateMetadataProperty => GetResourceString("DuplicateMetadataProperty"); 254internal static string @MultipleMembersBindWithConstructorParameter => GetResourceString("MultipleMembersBindWithConstructorParameter"); 256internal static string @ConstructorParamIncompleteBinding => GetResourceString("ConstructorParamIncompleteBinding"); 258internal static string @ObjectWithParameterizedCtorRefMetadataNotSupported => GetResourceString("ObjectWithParameterizedCtorRefMetadataNotSupported"); 260internal static string @SerializerConverterFactoryReturnsNull => GetResourceString("SerializerConverterFactoryReturnsNull"); 262internal static string @SerializationNotSupportedParentType => GetResourceString("SerializationNotSupportedParentType"); 264internal static string @ExtensionDataCannotBindToCtorParam => GetResourceString("ExtensionDataCannotBindToCtorParam"); 266internal static string @BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded"); 268internal static string @CannotSerializeInvalidType => GetResourceString("CannotSerializeInvalidType"); 270internal static string @SerializeTypeInstanceNotSupported => GetResourceString("SerializeTypeInstanceNotSupported"); 272internal static string @JsonIncludeOnInaccessibleProperty => GetResourceString("JsonIncludeOnInaccessibleProperty"); 274internal static string @CannotSerializeInvalidMember => GetResourceString("CannotSerializeInvalidMember"); 276internal static string @CannotPopulateCollection => GetResourceString("CannotPopulateCollection"); 278internal static string @ConstructorContainsNullParameterNames => GetResourceString("ConstructorContainsNullParameterNames"); 280internal static string @DefaultIgnoreConditionAlreadySpecified => GetResourceString("DefaultIgnoreConditionAlreadySpecified"); 282internal static string @DefaultIgnoreConditionInvalid => GetResourceString("DefaultIgnoreConditionInvalid"); 284internal static string @DictionaryKeyTypeNotSupported => GetResourceString("DictionaryKeyTypeNotSupported"); 286internal static string @IgnoreConditionOnValueTypeInvalid => GetResourceString("IgnoreConditionOnValueTypeInvalid"); 288internal static string @NumberHandlingOnPropertyInvalid => GetResourceString("NumberHandlingOnPropertyInvalid"); 290internal static string @ConverterCanConvertMultipleTypes => GetResourceString("ConverterCanConvertMultipleTypes"); 292internal static string @MetadataReferenceOfTypeCannotBeAssignedToType => GetResourceString("MetadataReferenceOfTypeCannotBeAssignedToType"); 294internal static string @DeserializeUnableToAssignValue => GetResourceString("DeserializeUnableToAssignValue"); 296internal static string @DeserializeUnableToAssignNull => GetResourceString("DeserializeUnableToAssignNull"); 298internal static string @SerializerConverterFactoryReturnsJsonConverterFactory => GetResourceString("SerializerConverterFactoryReturnsJsonConverterFactory"); 300internal static string @SerializerConverterFactoryInvalidArgument => GetResourceString("SerializerConverterFactoryInvalidArgument"); 302internal static string @NodeElementWrongType => GetResourceString("NodeElementWrongType"); 304internal static string @NodeElementCannotBeObjectOrArray => GetResourceString("NodeElementCannotBeObjectOrArray"); 306internal static string @NodeAlreadyHasParent => GetResourceString("NodeAlreadyHasParent"); 308internal static string @NodeCycleDetected => GetResourceString("NodeCycleDetected"); 310internal static string @NodeUnableToConvert => GetResourceString("NodeUnableToConvert"); 312internal static string @NodeUnableToConvertElement => GetResourceString("NodeUnableToConvertElement"); 314internal static string @NodeValueNotAllowed => GetResourceString("NodeValueNotAllowed"); 316internal static string @NodeWrongType => GetResourceString("NodeWrongType"); 318internal static string @NodeParentWrongType => GetResourceString("NodeParentWrongType"); 320internal static string @NodeDuplicateKey => GetResourceString("NodeDuplicateKey"); 322internal static string @SerializerContextOptionsReadOnly => GetResourceString("SerializerContextOptionsReadOnly"); 324internal static string @ConverterForPropertyMustBeValid => GetResourceString("ConverterForPropertyMustBeValid"); 326internal static string @NoMetadataForType => GetResourceString("NoMetadataForType"); 328internal static string @AmbiguousMetadataForType => GetResourceString("AmbiguousMetadataForType"); 330internal static string @CollectionIsReadOnly => GetResourceString("CollectionIsReadOnly"); 332internal static string @ArrayIndexNegative => GetResourceString("ArrayIndexNegative"); 334internal static string @ArrayTooSmall => GetResourceString("ArrayTooSmall"); 336internal static string @NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty => GetResourceString("NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty"); 338internal static string @NoMetadataForTypeProperties => GetResourceString("NoMetadataForTypeProperties"); 340internal static string @FieldCannotBeVirtual => GetResourceString("FieldCannotBeVirtual"); 342internal static string @MissingFSharpCoreMember => GetResourceString("MissingFSharpCoreMember"); 344internal static string @FSharpUnionDuplicateCaseName => GetResourceString("FSharpUnionDuplicateCaseName"); 346internal static string @FSharpUnionDuplicateFieldName => GetResourceString("FSharpUnionDuplicateFieldName"); 348internal static string @FSharpUnionFieldConflictsWithDiscriminator => GetResourceString("FSharpUnionFieldConflictsWithDiscriminator"); 350internal static string @FSharpUnionMissingDiscriminatorProperty => GetResourceString("FSharpUnionMissingDiscriminatorProperty"); 352internal static string @Polymorphism_BaseConverterDoesNotSupportMetadata => GetResourceString("Polymorphism_BaseConverterDoesNotSupportMetadata"); 354internal static string @Polymorphism_DerivedConverterDoesNotSupportMetadata => GetResourceString("Polymorphism_DerivedConverterDoesNotSupportMetadata"); 356internal static string @Polymorphism_TypeDoesNotSupportPolymorphism => GetResourceString("Polymorphism_TypeDoesNotSupportPolymorphism"); 358internal static string @Polymorphism_DerivedTypeIsNotSupported => GetResourceString("Polymorphism_DerivedTypeIsNotSupported"); 360internal static string @Polymorphism_DerivedTypeIsAlreadySpecified => GetResourceString("Polymorphism_DerivedTypeIsAlreadySpecified"); 362internal static string @Polymorphism_OpenGenericDerivedTypeCouldNotBeResolved => GetResourceString("Polymorphism_OpenGenericDerivedTypeCouldNotBeResolved"); 364internal static string @Polymorphism_OpenGeneric_Reason_NotAssignable => GetResourceString("Polymorphism_OpenGeneric_Reason_NotAssignable"); 366internal static string @Polymorphism_OpenGeneric_Reason_UnificationFailed => GetResourceString("Polymorphism_OpenGeneric_Reason_UnificationFailed"); 368internal static string @Polymorphism_OpenGeneric_Reason_UnboundParameter => GetResourceString("Polymorphism_OpenGeneric_Reason_UnboundParameter"); 370internal static string @Polymorphism_OpenGeneric_Reason_AmbiguousMatch => GetResourceString("Polymorphism_OpenGeneric_Reason_AmbiguousMatch"); 372internal static string @Polymorphism_OpenGeneric_Reason_ConstraintViolation => GetResourceString("Polymorphism_OpenGeneric_Reason_ConstraintViolation"); 374internal static string @Polymorphism_TypeDicriminatorIdIsAlreadySpecified => GetResourceString("Polymorphism_TypeDicriminatorIdIsAlreadySpecified"); 376internal static string @Polymorphism_InferredDerivedTypeIsNotAccessible => GetResourceString("Polymorphism_InferredDerivedTypeIsNotAccessible"); 378internal static string @Polymorphism_InferClosedTypePolymorphismOnNonClosedType => GetResourceString("Polymorphism_InferClosedTypePolymorphismOnNonClosedType"); 380internal static string @Polymorphism_InvalidCustomTypeDiscriminatorPropertyName => GetResourceString("Polymorphism_InvalidCustomTypeDiscriminatorPropertyName"); 382internal static string @Polymorphism_PropertyConflictsWithMetadataPropertyName => GetResourceString("Polymorphism_PropertyConflictsWithMetadataPropertyName"); 384internal static string @Polymorphism_ConfigurationDoesNotSpecifyDerivedTypes => GetResourceString("Polymorphism_ConfigurationDoesNotSpecifyDerivedTypes"); 386internal static string @Polymorphism_UnrecognizedTypeDiscriminator => GetResourceString("Polymorphism_UnrecognizedTypeDiscriminator"); 388internal static string @Polymorphism_RuntimeTypeNotSupported => GetResourceString("Polymorphism_RuntimeTypeNotSupported"); 390internal static string @Polymorphism_RuntimeTypeDiamondAmbiguity => GetResourceString("Polymorphism_RuntimeTypeDiamondAmbiguity"); 392internal static string @InvalidJsonTypeInfoOperationForKind => GetResourceString("InvalidJsonTypeInfoOperationForKind"); 394internal static string @OnDeserializingCallbacksNotSupported => GetResourceString("OnDeserializingCallbacksNotSupported"); 396internal static string @CreateObjectConverterNotCompatible => GetResourceString("CreateObjectConverterNotCompatible"); 398internal static string @JsonPropertyInfoBoundToDifferentParent => GetResourceString("JsonPropertyInfoBoundToDifferentParent"); 400internal static string @JsonSerializerOptionsNoTypeInfoResolverSpecified => GetResourceString("JsonSerializerOptionsNoTypeInfoResolverSpecified"); 402internal static string @JsonSerializerIsReflectionDisabled => GetResourceString("JsonSerializerIsReflectionDisabled"); 404internal static string @JsonPolymorphismOptionsAssociatedWithDifferentJsonTypeInfo => GetResourceString("JsonPolymorphismOptionsAssociatedWithDifferentJsonTypeInfo"); 406internal static string @JsonPropertyRequiredAndNotDeserializable => GetResourceString("JsonPropertyRequiredAndNotDeserializable"); 408internal static string @JsonPropertyRequiredAndExtensionData => GetResourceString("JsonPropertyRequiredAndExtensionData"); 410internal static string @JsonRequiredPropertiesMissing => GetResourceString("JsonRequiredPropertiesMissing"); 412internal static string @ObjectCreationHandlingPopulateNotSupportedByConverter => GetResourceString("ObjectCreationHandlingPopulateNotSupportedByConverter"); 414internal static string @ObjectCreationHandlingPropertyMustHaveAGetter => GetResourceString("ObjectCreationHandlingPropertyMustHaveAGetter"); 416internal static string @ObjectCreationHandlingPropertyValueTypeMustHaveASetter => GetResourceString("ObjectCreationHandlingPropertyValueTypeMustHaveASetter"); 418internal static string @ObjectCreationHandlingPropertyCannotAllowPolymorphicDeserialization => GetResourceString("ObjectCreationHandlingPropertyCannotAllowPolymorphicDeserialization"); 420internal static string @ObjectCreationHandlingPropertyCannotAllowReadOnlyMember => GetResourceString("ObjectCreationHandlingPropertyCannotAllowReadOnlyMember"); 422internal static string @ObjectCreationHandlingPropertyCannotAllowReferenceHandling => GetResourceString("ObjectCreationHandlingPropertyCannotAllowReferenceHandling"); 424internal static string @ObjectCreationHandlingPropertyDoesNotSupportParameterizedConstructors => GetResourceString("ObjectCreationHandlingPropertyDoesNotSupportParameterizedConstructors"); 426internal static string @FormatNumericType => GetResourceString("FormatNumericType"); 428internal static string @InvalidIndentCharacter => GetResourceString("InvalidIndentCharacter"); 430internal static string @InvalidIndentSize => GetResourceString("InvalidIndentSize"); 432internal static string @PipeWriterCanceled => GetResourceString("PipeWriterCanceled"); 434internal static string @PipeWriter_DoesNotImplementUnflushedBytes => GetResourceString("PipeWriter_DoesNotImplementUnflushedBytes"); 436internal static string @InvalidNewLine => GetResourceString("InvalidNewLine"); 438internal static string @PropertyGetterDisallowNull => GetResourceString("PropertyGetterDisallowNull"); 440internal static string @PropertySetterDisallowNull => GetResourceString("PropertySetterDisallowNull"); 442internal static string @ConstructorParameterDisallowNull => GetResourceString("ConstructorParameterDisallowNull"); 444internal static string @JsonSchemaExporter_ReferenceHandlerPreserve_NotSupported => GetResourceString("JsonSchemaExporter_ReferenceHandlerPreserve_NotSupported"); 446internal static string @JsonSchemaExporter_DepthTooLarge => GetResourceString("JsonSchemaExporter_DepthTooLarge"); 448internal static string @Arg_WrongType => GetResourceString("Arg_WrongType"); 450internal static string @Arg_ArrayPlusOffTooSmall => GetResourceString("Arg_ArrayPlusOffTooSmall"); 452internal static string @Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported"); 454internal static string @Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound"); 456internal static string @Argument_IncompatibleArrayType => GetResourceString("Argument_IncompatibleArrayType"); 458internal static string @Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey"); 460internal static string @Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate"); 462internal static string @InvalidOperation_ConcurrentOperationsNotSupported => GetResourceString("InvalidOperation_ConcurrentOperationsNotSupported"); 464internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion"); 466internal static string @ArgumentOutOfRange_Generic_MustBeNonNegative => GetResourceString("ArgumentOutOfRange_Generic_MustBeNonNegative"); 468internal static string @ArgumentOutOfRange_Generic_MustBeGreaterOrEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeGreaterOrEqual"); 470internal static string @ArgumentOutOfRange_Generic_MustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_Generic_MustBeLessOrEqual"); 472internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow"); 474internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen"); 476internal static string @CannotWriteWithinString => GetResourceString("CannotWriteWithinString"); 478internal static string @Arg_MustBeRune => GetResourceString("Arg_MustBeRune"); 480internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess"); 482internal static string @Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort"); 484internal static string @Argument_CannotExtractScalar => GetResourceString("Argument_CannotExtractScalar"); 486internal static string @CannotMixEncodings => GetResourceString("CannotMixEncodings"); 488internal static string @DuplicatePropertiesNotAllowed_JsonPropertyInfo => GetResourceString("DuplicatePropertiesNotAllowed_JsonPropertyInfo"); 490internal static string @DuplicatePropertiesNotAllowed_NameSpan => GetResourceString("DuplicatePropertiesNotAllowed_NameSpan"); 492internal static string @DuplicatePropertiesNotAllowed => GetResourceString("DuplicatePropertiesNotAllowed"); 494internal static string @PipeReaderCanceled => GetResourceString("PipeReaderCanceled"); 496internal static string @PolymorphicTypeClassifierReturnedNull => GetResourceString("PolymorphicTypeClassifierReturnedNull"); 498internal static string @TypeClassifierMustDeriveFromJsonTypeClassifierFactory => GetResourceString("TypeClassifierMustDeriveFromJsonTypeClassifierFactory"); 500internal static string @TypeClassifierNotSupported => GetResourceString("TypeClassifierNotSupported"); 502internal static string @UnionAmbiguousJsonValueType => GetResourceString("UnionAmbiguousJsonValueType"); 504internal static string @UnionCannotCreateValue => GetResourceString("UnionCannotCreateValue"); 506internal static string @UnionCannotReadValue => GetResourceString("UnionCannotReadValue"); 508internal static string @UnionCasesNotPopulated => GetResourceString("UnionCasesNotPopulated"); 510internal static string @UnionDoesNotAcceptNull => GetResourceString("UnionDoesNotAcceptNull"); 512internal static string @UnionJsonTokenTypeNotSupported => GetResourceString("UnionJsonTokenTypeNotSupported"); 514internal static string @UnionRuntimeTypeNotMatchedToCase => GetResourceString("UnionRuntimeTypeNotMatchedToCase"); 516internal static string @UnionTypeClassifierReturnedNull => GetResourceString("UnionTypeClassifierReturnedNull"); 518internal static string @UnionTypeStructuralClassifierAmbiguousCases => GetResourceString("UnionTypeStructuralClassifierAmbiguousCases"); 520internal static string @UnionTypeStructuralClassifierCaseNotSupported => GetResourceString("UnionTypeStructuralClassifierCaseNotSupported"); 522internal static string @UnionTypeStructuralClassifierOnlyForUnions => GetResourceString("UnionTypeStructuralClassifierOnlyForUnions"); 524internal static string @UnionTypeStructuralClassifierPreserveReferencesNotSupported => GetResourceString("UnionTypeStructuralClassifierPreserveReferencesNotSupported"); 526internal static string @UnionTypeStructuralClassifierUnreachableObjectCase => GetResourceString("UnionTypeStructuralClassifierUnreachableObjectCase");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);