31 references to ResourceManager
System.Text.Json.SourceGeneration (31)
JsonSourceGenerator.DiagnosticDescriptors.cs (30)
17
title: new LocalizableResourceString(nameof(SR.TypeNotSupportedTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
18
messageFormat: new LocalizableResourceString(nameof(SR.TypeNotSupportedMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
25
title: new LocalizableResourceString(nameof(SR.DuplicateTypeNameTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
26
messageFormat: new LocalizableResourceString(nameof(SR.DuplicateTypeNameMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
33
title: new LocalizableResourceString(nameof(SR.ContextClassesMustBePartialTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
34
messageFormat: new LocalizableResourceString(nameof(SR.ContextClassesMustBePartialMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
41
title: new LocalizableResourceString(nameof(SR.MultipleJsonConstructorAttributeTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
42
messageFormat: new LocalizableResourceString(nameof(SR.MultipleJsonConstructorAttributeFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
49
title: new LocalizableResourceString(nameof(SR.JsonStringEnumConverterNotSupportedTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
50
messageFormat: new LocalizableResourceString(nameof(SR.JsonStringEnumConverterNotSupportedMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
57
title: new LocalizableResourceString(nameof(SR.MultipleJsonExtensionDataAttributeTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
58
messageFormat: new LocalizableResourceString(nameof(SR.MultipleJsonExtensionDataAttributeFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
65
title: new LocalizableResourceString(nameof(SR.DataExtensionPropertyInvalidTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
66
messageFormat: new LocalizableResourceString(nameof(SR.DataExtensionPropertyInvalidFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
73
title: new LocalizableResourceString(nameof(SR.InaccessibleJsonIncludePropertiesNotSupportedTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
74
messageFormat: new LocalizableResourceString(nameof(SR.InaccessibleJsonIncludePropertiesNotSupportedFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
81
title: new LocalizableResourceString(nameof(SR.FastPathPolymorphismNotSupportedTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
82
messageFormat: new LocalizableResourceString(nameof(SR.FastPathPolymorphismNotSupportedMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
89
title: new LocalizableResourceString(nameof(SR.JsonConverterAttributeInvalidTypeTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
90
messageFormat: new LocalizableResourceString(nameof(SR.JsonConverterAttributeInvalidTypeMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
97
title: new LocalizableResourceString(nameof(SR.JsonUnsupportedLanguageVersionTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
98
messageFormat: new LocalizableResourceString(nameof(SR.JsonUnsupportedLanguageVersionMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
105
title: new LocalizableResourceString(nameof(SR.JsonConstructorInaccessibleTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
106
messageFormat: new LocalizableResourceString(nameof(SR.JsonConstructorInaccessibleMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
113
title: new LocalizableResourceString(nameof(SR.DerivedJsonConverterAttributesNotSupportedTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
114
messageFormat: new LocalizableResourceString(nameof(SR.DerivedJsonConverterAttributesNotSupportedMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
121
title: new LocalizableResourceString(nameof(SR.JsonSerializableAttributeOnNonContextTypeTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
122
messageFormat: new LocalizableResourceString(nameof(SR.JsonSerializableAttributeOnNonContextTypeMessageFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
129
title: new LocalizableResourceString(nameof(SR.TypeContainsRefLikeMemberTitle), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
130
messageFormat: new LocalizableResourceString(nameof(SR.TypeContainsRefLikeMemberFormat), SR.
ResourceManager
, typeof(FxResources.System.Text.Json.SourceGeneration.SR)),
src\libraries\Common\src\System\SR.cs (1)
45
ResourceManager
.GetString(resourceKey);