Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SR.cs
Go to the documentation of this file.
3
4namespace System;
5
6internal static class SR
7{
8 private static readonly bool s_usingResourceKeys = AppContext.TryGetSwitch("System.Resources.UseSystemResourceKeys", out var isEnabled) && isEnabled;
9
11
13
14 internal static string ArrayDepthTooLarge => GetResourceString("ArrayDepthTooLarge");
15
16 internal static string CannotReadIncompleteUTF16 => GetResourceString("CannotReadIncompleteUTF16");
17
18 internal static string CannotReadInvalidUTF16 => GetResourceString("CannotReadInvalidUTF16");
19
20 internal static string CannotStartObjectArrayAfterPrimitiveOrClose => GetResourceString("CannotStartObjectArrayAfterPrimitiveOrClose");
21
22 internal static string CannotStartObjectArrayWithoutProperty => GetResourceString("CannotStartObjectArrayWithoutProperty");
23
24 internal static string CannotTranscodeInvalidUtf8 => GetResourceString("CannotTranscodeInvalidUtf8");
25
26 internal static string CannotDecodeInvalidBase64 => GetResourceString("CannotDecodeInvalidBase64");
27
28 internal static string CannotTranscodeInvalidUtf16 => GetResourceString("CannotTranscodeInvalidUtf16");
29
30 internal static string CannotEncodeInvalidUTF16 => GetResourceString("CannotEncodeInvalidUTF16");
31
32 internal static string CannotEncodeInvalidUTF8 => GetResourceString("CannotEncodeInvalidUTF8");
33
34 internal static string CannotWritePropertyWithinArray => GetResourceString("CannotWritePropertyWithinArray");
35
36 internal static string CannotWritePropertyAfterProperty => GetResourceString("CannotWritePropertyAfterProperty");
37
38 internal static string CannotWriteValueAfterPrimitiveOrClose => GetResourceString("CannotWriteValueAfterPrimitiveOrClose");
39
40 internal static string CannotWriteValueWithinObject => GetResourceString("CannotWriteValueWithinObject");
41
42 internal static string DepthTooLarge => GetResourceString("DepthTooLarge");
43
44 internal static string EndOfCommentNotFound => GetResourceString("EndOfCommentNotFound");
45
46 internal static string EndOfStringNotFound => GetResourceString("EndOfStringNotFound");
47
48 internal static string ExpectedEndAfterSingleJson => GetResourceString("ExpectedEndAfterSingleJson");
49
50 internal static string ExpectedEndOfDigitNotFound => GetResourceString("ExpectedEndOfDigitNotFound");
51
52 internal static string ExpectedFalse => GetResourceString("ExpectedFalse");
53
54 internal static string ExpectedJsonTokens => GetResourceString("ExpectedJsonTokens");
55
56 internal static string ExpectedOneCompleteToken => GetResourceString("ExpectedOneCompleteToken");
57
58 internal static string ExpectedNextDigitEValueNotFound => GetResourceString("ExpectedNextDigitEValueNotFound");
59
60 internal static string ExpectedNull => GetResourceString("ExpectedNull");
61
62 internal static string ExpectedSeparatorAfterPropertyNameNotFound => GetResourceString("ExpectedSeparatorAfterPropertyNameNotFound");
63
64 internal static string ExpectedStartOfPropertyNotFound => GetResourceString("ExpectedStartOfPropertyNotFound");
65
66 internal static string ExpectedStartOfPropertyOrValueNotFound => GetResourceString("ExpectedStartOfPropertyOrValueNotFound");
67
68 internal static string ExpectedStartOfValueNotFound => GetResourceString("ExpectedStartOfValueNotFound");
69
70 internal static string ExpectedTrue => GetResourceString("ExpectedTrue");
71
72 internal static string ExpectedValueAfterPropertyNameNotFound => GetResourceString("ExpectedValueAfterPropertyNameNotFound");
73
74 internal static string FailedToGetLargerSpan => GetResourceString("FailedToGetLargerSpan");
75
76 internal static string FoundInvalidCharacter => GetResourceString("FoundInvalidCharacter");
77
78 internal static string InvalidCast => GetResourceString("InvalidCast");
79
80 internal static string InvalidCharacterAfterEscapeWithinString => GetResourceString("InvalidCharacterAfterEscapeWithinString");
81
82 internal static string InvalidCharacterWithinString => GetResourceString("InvalidCharacterWithinString");
83
84 internal static string InvalidEndOfJsonNonPrimitive => GetResourceString("InvalidEndOfJsonNonPrimitive");
85
86 internal static string InvalidHexCharacterWithinString => GetResourceString("InvalidHexCharacterWithinString");
87
88 internal static string JsonDocumentDoesNotSupportComments => GetResourceString("JsonDocumentDoesNotSupportComments");
89
90 internal static string JsonElementHasWrongType => GetResourceString("JsonElementHasWrongType");
91
92 internal static string MaxDepthMustBePositive => GetResourceString("MaxDepthMustBePositive");
93
94 internal static string CommentHandlingMustBeValid => GetResourceString("CommentHandlingMustBeValid");
95
96 internal static string MismatchedObjectArray => GetResourceString("MismatchedObjectArray");
97
98 internal static string CannotWriteEndAfterProperty => GetResourceString("CannotWriteEndAfterProperty");
99
100 internal static string ObjectDepthTooLarge => GetResourceString("ObjectDepthTooLarge");
101
102 internal static string PropertyNameTooLarge => GetResourceString("PropertyNameTooLarge");
103
104 internal static string FormatDecimal => GetResourceString("FormatDecimal");
105
106 internal static string FormatDouble => GetResourceString("FormatDouble");
107
108 internal static string FormatInt32 => GetResourceString("FormatInt32");
109
110 internal static string FormatInt64 => GetResourceString("FormatInt64");
111
112 internal static string FormatSingle => GetResourceString("FormatSingle");
113
114 internal static string FormatUInt32 => GetResourceString("FormatUInt32");
115
116 internal static string FormatUInt64 => GetResourceString("FormatUInt64");
117
118 internal static string RequiredDigitNotFoundAfterDecimal => GetResourceString("RequiredDigitNotFoundAfterDecimal");
119
120 internal static string RequiredDigitNotFoundAfterSign => GetResourceString("RequiredDigitNotFoundAfterSign");
121
122 internal static string RequiredDigitNotFoundEndOfData => GetResourceString("RequiredDigitNotFoundEndOfData");
123
124 internal static string SpecialNumberValuesNotSupported => GetResourceString("SpecialNumberValuesNotSupported");
125
126 internal static string ValueTooLarge => GetResourceString("ValueTooLarge");
127
128 internal static string ZeroDepthAtEnd => GetResourceString("ZeroDepthAtEnd");
129
130 internal static string DeserializeUnableToConvertValue => GetResourceString("DeserializeUnableToConvertValue");
131
132 internal static string DeserializeWrongType => GetResourceString("DeserializeWrongType");
133
134 internal static string SerializationInvalidBufferSize => GetResourceString("SerializationInvalidBufferSize");
135
136 internal static string InvalidComparison => GetResourceString("InvalidComparison");
137
138 internal static string FormatDateTime => GetResourceString("FormatDateTime");
139
140 internal static string FormatDateTimeOffset => GetResourceString("FormatDateTimeOffset");
141
142 internal static string FormatTimeSpan => GetResourceString("FormatTimeSpan");
143
144 internal static string FormatGuid => GetResourceString("FormatGuid");
145
146 internal static string ExpectedStartOfPropertyOrValueAfterComment => GetResourceString("ExpectedStartOfPropertyOrValueAfterComment");
147
148 internal static string TrailingCommaNotAllowedBeforeArrayEnd => GetResourceString("TrailingCommaNotAllowedBeforeArrayEnd");
149
150 internal static string TrailingCommaNotAllowedBeforeObjectEnd => GetResourceString("TrailingCommaNotAllowedBeforeObjectEnd");
151
152 internal static string SerializerOptionsImmutable => GetResourceString("SerializerOptionsImmutable");
153
154 internal static string StreamNotWritable => GetResourceString("StreamNotWritable");
155
156 internal static string CannotWriteCommentWithEmbeddedDelimiter => GetResourceString("CannotWriteCommentWithEmbeddedDelimiter");
157
158 internal static string SerializerPropertyNameConflict => GetResourceString("SerializerPropertyNameConflict");
159
160 internal static string SerializerPropertyNameNull => GetResourceString("SerializerPropertyNameNull");
161
162 internal static string SerializationDataExtensionPropertyInvalid => GetResourceString("SerializationDataExtensionPropertyInvalid");
163
164 internal static string SerializationDuplicateTypeAttribute => GetResourceString("SerializationDuplicateTypeAttribute");
165
166 internal static string SerializationNotSupportedType => GetResourceString("SerializationNotSupportedType");
167
168 internal static string TypeRequiresAsyncSerialization => GetResourceString("TypeRequiresAsyncSerialization");
169
170 internal static string InvalidCharacterAtStartOfComment => GetResourceString("InvalidCharacterAtStartOfComment");
171
172 internal static string UnexpectedEndOfDataWhileReadingComment => GetResourceString("UnexpectedEndOfDataWhileReadingComment");
173
174 internal static string CannotSkip => GetResourceString("CannotSkip");
175
176 internal static string NotEnoughData => GetResourceString("NotEnoughData");
177
178 internal static string UnexpectedEndOfLineSeparator => GetResourceString("UnexpectedEndOfLineSeparator");
179
180 internal static string JsonSerializerDoesNotSupportComments => GetResourceString("JsonSerializerDoesNotSupportComments");
181
182 internal static string DeserializeNoConstructor => GetResourceString("DeserializeNoConstructor");
183
184 internal static string DeserializePolymorphicInterface => GetResourceString("DeserializePolymorphicInterface");
185
186 internal static string SerializationConverterOnAttributeNotCompatible => GetResourceString("SerializationConverterOnAttributeNotCompatible");
187
188 internal static string SerializationConverterOnAttributeInvalid => GetResourceString("SerializationConverterOnAttributeInvalid");
189
190 internal static string SerializationConverterRead => GetResourceString("SerializationConverterRead");
191
192 internal static string SerializationConverterNotCompatible => GetResourceString("SerializationConverterNotCompatible");
193
194 internal static string SerializationConverterWrite => GetResourceString("SerializationConverterWrite");
195
196 internal static string NamingPolicyReturnNull => GetResourceString("NamingPolicyReturnNull");
197
198 internal static string SerializationDuplicateAttribute => GetResourceString("SerializationDuplicateAttribute");
199
200 internal static string SerializeUnableToSerialize => GetResourceString("SerializeUnableToSerialize");
201
202 internal static string FormatByte => GetResourceString("FormatByte");
203
204 internal static string FormatInt16 => GetResourceString("FormatInt16");
205
206 internal static string FormatSByte => GetResourceString("FormatSByte");
207
208 internal static string FormatUInt16 => GetResourceString("FormatUInt16");
209
210 internal static string SerializerCycleDetected => GetResourceString("SerializerCycleDetected");
211
212 internal static string InvalidLeadingZeroInNumber => GetResourceString("InvalidLeadingZeroInNumber");
213
214 internal static string MetadataCannotParsePreservedObjectToImmutable => GetResourceString("MetadataCannotParsePreservedObjectToImmutable");
215
216 internal static string MetadataDuplicateIdFound => GetResourceString("MetadataDuplicateIdFound");
217
218 internal static string MetadataIdIsNotFirstProperty => GetResourceString("MetadataIdIsNotFirstProperty");
219
220 internal static string MetadataInvalidReferenceToValueType => GetResourceString("MetadataInvalidReferenceToValueType");
221
222 internal static string MetadataInvalidTokenAfterValues => GetResourceString("MetadataInvalidTokenAfterValues");
223
224 internal static string MetadataPreservedArrayFailed => GetResourceString("MetadataPreservedArrayFailed");
225
226 internal static string MetadataPreservedArrayInvalidProperty => GetResourceString("MetadataPreservedArrayInvalidProperty");
227
228 internal static string MetadataPreservedArrayPropertyNotFound => GetResourceString("MetadataPreservedArrayPropertyNotFound");
229
230 internal static string MetadataReferenceCannotContainOtherProperties => GetResourceString("MetadataReferenceCannotContainOtherProperties");
231
232 internal static string MetadataReferenceNotFound => GetResourceString("MetadataReferenceNotFound");
233
234 internal static string MetadataValueWasNotString => GetResourceString("MetadataValueWasNotString");
235
236 internal static string MetadataInvalidPropertyWithLeadingDollarSign => GetResourceString("MetadataInvalidPropertyWithLeadingDollarSign");
237
238 internal static string MultipleMembersBindWithConstructorParameter => GetResourceString("MultipleMembersBindWithConstructorParameter");
239
240 internal static string ConstructorParamIncompleteBinding => GetResourceString("ConstructorParamIncompleteBinding");
241
242 internal static string ConstructorMaxOf64Parameters => GetResourceString("ConstructorMaxOf64Parameters");
243
244 internal static string ObjectWithParameterizedCtorRefMetadataNotHonored => GetResourceString("ObjectWithParameterizedCtorRefMetadataNotHonored");
245
246 internal static string SerializerConverterFactoryReturnsNull => GetResourceString("SerializerConverterFactoryReturnsNull");
247
248 internal static string SerializationNotSupportedParentType => GetResourceString("SerializationNotSupportedParentType");
249
250 internal static string ExtensionDataCannotBindToCtorParam => GetResourceString("ExtensionDataCannotBindToCtorParam");
251
252 internal static string BufferMaximumSizeExceeded => GetResourceString("BufferMaximumSizeExceeded");
253
254 internal static string CannotSerializeInvalidType => GetResourceString("CannotSerializeInvalidType");
255
256 internal static string SerializeTypeInstanceNotSupported => GetResourceString("SerializeTypeInstanceNotSupported");
257
258 internal static string JsonIncludeOnNonPublicInvalid => GetResourceString("JsonIncludeOnNonPublicInvalid");
259
260 internal static string CannotSerializeInvalidMember => GetResourceString("CannotSerializeInvalidMember");
261
262 internal static string CannotPopulateCollection => GetResourceString("CannotPopulateCollection");
263
264 internal static string DefaultIgnoreConditionAlreadySpecified => GetResourceString("DefaultIgnoreConditionAlreadySpecified");
265
266 internal static string DefaultIgnoreConditionInvalid => GetResourceString("DefaultIgnoreConditionInvalid");
267
268 internal static string FormatBoolean => GetResourceString("FormatBoolean");
269
270 internal static string DictionaryKeyTypeNotSupported => GetResourceString("DictionaryKeyTypeNotSupported");
271
272 internal static string IgnoreConditionOnValueTypeInvalid => GetResourceString("IgnoreConditionOnValueTypeInvalid");
273
274 internal static string NumberHandlingOnPropertyInvalid => GetResourceString("NumberHandlingOnPropertyInvalid");
275
276 internal static string ConverterCanConvertMultipleTypes => GetResourceString("ConverterCanConvertMultipleTypes");
277
278 internal static string MetadataReferenceOfTypeCannotBeAssignedToType => GetResourceString("MetadataReferenceOfTypeCannotBeAssignedToType");
279
280 internal static string DeserializeUnableToAssignValue => GetResourceString("DeserializeUnableToAssignValue");
281
282 internal static string DeserializeUnableToAssignNull => GetResourceString("DeserializeUnableToAssignNull");
283
284 internal static string SerializerConverterFactoryReturnsJsonConverterFactory => GetResourceString("SerializerConverterFactoryReturnsJsonConverterFactory");
285
286 internal static string NodeElementWrongType => GetResourceString("NodeElementWrongType");
287
288 internal static string NodeElementCannotBeObjectOrArray => GetResourceString("NodeElementCannotBeObjectOrArray");
289
290 internal static string NodeAlreadyHasParent => GetResourceString("NodeAlreadyHasParent");
291
292 internal static string NodeCycleDetected => GetResourceString("NodeCycleDetected");
293
294 internal static string NodeUnableToConvert => GetResourceString("NodeUnableToConvert");
295
296 internal static string NodeUnableToConvertElement => GetResourceString("NodeUnableToConvertElement");
297
298 internal static string NodeValueNotAllowed => GetResourceString("NodeValueNotAllowed");
299
300 internal static string NodeWrongType => GetResourceString("NodeWrongType");
301
302 internal static string NodeDuplicateKey => GetResourceString("NodeDuplicateKey");
303
304 internal static string SerializerContextOptionsImmutable => GetResourceString("SerializerContextOptionsImmutable");
305
306 internal static string OptionsAlreadyBoundToContext => GetResourceString("OptionsAlreadyBoundToContext");
307
308 internal static string ConverterForPropertyMustBeValid => GetResourceString("ConverterForPropertyMustBeValid");
309
310 internal static string BuiltInConvertersNotRooted => GetResourceString("BuiltInConvertersNotRooted");
311
312 internal static string NoMetadataForType => GetResourceString("NoMetadataForType");
313
314 internal static string NodeCollectionIsReadOnly => GetResourceString("NodeCollectionIsReadOnly");
315
316 internal static string NodeArrayIndexNegative => GetResourceString("NodeArrayIndexNegative");
317
318 internal static string NodeArrayTooSmall => GetResourceString("NodeArrayTooSmall");
319
320 internal static string NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty => GetResourceString("NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty");
321
322 internal static string NoMetadataForTypeProperties => GetResourceString("NoMetadataForTypeProperties");
323
324 internal static string FieldCannotBeVirtual => GetResourceString("FieldCannotBeVirtual");
325
326 internal static string MissingFSharpCoreMember => GetResourceString("MissingFSharpCoreMember");
327
328 internal static string FSharpDiscriminatedUnionsNotSupported => GetResourceString("FSharpDiscriminatedUnionsNotSupported");
329
330 internal static string NoMetadataForTypeCtorParams => GetResourceString("NoMetadataForTypeCtorParams");
331
332 private static bool UsingResourceKeys()
333 {
334 return s_usingResourceKeys;
335 }
336
337 internal static string GetResourceString(string resourceKey)
338 {
339 if (UsingResourceKeys())
340 {
341 return resourceKey;
342 }
343 string result = null;
344 try
345 {
346 result = ResourceManager.GetString(resourceKey);
347 }
349 {
350 }
351 return result;
352 }
353
354 internal static string Format(string resourceFormat, object p1)
355 {
356 if (UsingResourceKeys())
357 {
358 return string.Join(", ", resourceFormat, p1);
359 }
360 return string.Format(resourceFormat, p1);
361 }
362
363 internal static string Format(string resourceFormat, object p1, object p2)
364 {
365 if (UsingResourceKeys())
366 {
367 return string.Join(", ", resourceFormat, p1, p2);
368 }
369 return string.Format(resourceFormat, p1, p2);
370 }
371
372 internal static string Format(string resourceFormat, object p1, object p2, object p3)
373 {
374 if (UsingResourceKeys())
375 {
376 return string.Join(", ", resourceFormat, p1, p2, p3);
377 }
378 return string.Format(resourceFormat, p1, p2, p3);
379 }
380
381 internal static string Format(string resourceFormat, params object[] args)
382 {
383 if (args != null)
384 {
385 if (UsingResourceKeys())
386 {
387 return resourceFormat + ", " + string.Join(", ", args);
388 }
389 return string.Format(resourceFormat, args);
390 }
391 return resourceFormat;
392 }
393}
static bool TryGetSwitch(string switchName, out bool isEnabled)
Definition AppContext.cs:74
virtual ? string GetString(string name)
static string ExpectedStartOfPropertyNotFound
Definition SR.cs:64
static string InvalidCharacterAfterEscapeWithinString
Definition SR.cs:80
static string CannotTranscodeInvalidUtf8
Definition SR.cs:24
static string NodeArrayTooSmall
Definition SR.cs:318
static string FormatUInt32
Definition SR.cs:114
static string CannotWriteValueWithinObject
Definition SR.cs:40
static string TrailingCommaNotAllowedBeforeArrayEnd
Definition SR.cs:148
static string DeserializePolymorphicInterface
Definition SR.cs:184
static string NodeUnableToConvertElement
Definition SR.cs:296
static string InvalidLeadingZeroInNumber
Definition SR.cs:212
static string MetadataPreservedArrayPropertyNotFound
Definition SR.cs:228
static string DeserializeUnableToConvertValue
Definition SR.cs:130
static string FormatInt16
Definition SR.cs:204
static string SerializeUnableToSerialize
Definition SR.cs:200
static string MetadataReferenceNotFound
Definition SR.cs:232
static string NodeWrongType
Definition SR.cs:300
static string FormatDateTime
Definition SR.cs:138
static string JsonDocumentDoesNotSupportComments
Definition SR.cs:88
static string ObjectDepthTooLarge
Definition SR.cs:100
static string UnexpectedEndOfDataWhileReadingComment
Definition SR.cs:172
static string CannotWriteValueAfterPrimitiveOrClose
Definition SR.cs:38
static string CannotStartObjectArrayAfterPrimitiveOrClose
Definition SR.cs:20
static string InvalidEndOfJsonNonPrimitive
Definition SR.cs:84
static string SerializationConverterOnAttributeNotCompatible
Definition SR.cs:186
static string NodeElementWrongType
Definition SR.cs:286
static string FormatDateTimeOffset
Definition SR.cs:140
static string NodeAlreadyHasParent
Definition SR.cs:290
static string CannotEncodeInvalidUTF16
Definition SR.cs:30
static string InvalidCharacterAtStartOfComment
Definition SR.cs:170
static string CannotSkip
Definition SR.cs:174
static string InvalidCharacterWithinString
Definition SR.cs:82
static string SerializationDuplicateAttribute
Definition SR.cs:198
static string ValueTooLarge
Definition SR.cs:134
static string CannotReadInvalidUTF16
Definition SR.cs:18
static string CannotWriteEndAfterProperty
Definition SR.cs:98
static string NodeCollectionIsReadOnly
Definition SR.cs:314
static string FormatSingle
Definition SR.cs:112
static string ExpectedTrue
Definition SR.cs:70
static string InvalidCast
Definition SR.cs:78
static string FailedToGetLargerSpan
Definition SR.cs:74
static ResourceManager s_resourceManager
Definition SR.cs:10
static string MetadataPreservedArrayFailed
Definition SR.cs:224
static string SerializerOptionsImmutable
Definition SR.cs:152
static string SerializeTypeInstanceNotSupported
Definition SR.cs:256
static string NodeArrayIndexNegative
Definition SR.cs:316
static string DefaultIgnoreConditionAlreadySpecified
Definition SR.cs:264
static string ConstructorMaxOf64Parameters
Definition SR.cs:242
static string CannotPopulateCollection
Definition SR.cs:262
static string ConstructorParamIncompleteBinding
Definition SR.cs:240
static string NodeJsonObjectCustomConverterNotAllowedOnExtensionProperty
Definition SR.cs:320
static string ConverterForPropertyMustBeValid
Definition SR.cs:308
static string SerializationNotSupportedType
Definition SR.cs:166
static string MetadataInvalidPropertyWithLeadingDollarSign
Definition SR.cs:236
static string MetadataValueWasNotString
Definition SR.cs:234
static string ExpectedJsonTokens
Definition SR.cs:54
static string MissingFSharpCoreMember
Definition SR.cs:326
static string FormatGuid
Definition SR.cs:144
static string RequiredDigitNotFoundAfterDecimal
Definition SR.cs:118
static string TypeRequiresAsyncSerialization
Definition SR.cs:168
static string InvalidComparison
Definition SR.cs:136
static string JsonElementHasWrongType
Definition SR.cs:90
static string NoMetadataForType
Definition SR.cs:312
static string Format(string resourceFormat, object p1)
Definition SR.cs:354
static string PropertyNameTooLarge
Definition SR.cs:102
static string FSharpDiscriminatedUnionsNotSupported
Definition SR.cs:328
static string DefaultIgnoreConditionInvalid
Definition SR.cs:266
static string CannotDecodeInvalidBase64
Definition SR.cs:26
static string CommentHandlingMustBeValid
Definition SR.cs:94
static string Format(string resourceFormat, object p1, object p2)
Definition SR.cs:363
static string IgnoreConditionOnValueTypeInvalid
Definition SR.cs:272
static string CannotEncodeInvalidUTF8
Definition SR.cs:32
static string SerializationConverterNotCompatible
Definition SR.cs:192
static string ArrayDepthTooLarge
Definition SR.cs:14
static string NodeDuplicateKey
Definition SR.cs:302
static string MetadataReferenceCannotContainOtherProperties
Definition SR.cs:230
static string NamingPolicyReturnNull
Definition SR.cs:196
static string MetadataDuplicateIdFound
Definition SR.cs:216
static string SerializerCycleDetected
Definition SR.cs:210
static string SerializationConverterOnAttributeInvalid
Definition SR.cs:188
static string ExpectedSeparatorAfterPropertyNameNotFound
Definition SR.cs:62
static string InvalidHexCharacterWithinString
Definition SR.cs:86
static string ExpectedStartOfPropertyOrValueNotFound
Definition SR.cs:66
static string CannotWritePropertyWithinArray
Definition SR.cs:34
static string SerializationInvalidBufferSize
Definition SR.cs:134
static string FormatDecimal
Definition SR.cs:104
static string DeserializeNoConstructor
Definition SR.cs:182
static string SerializationDuplicateTypeAttribute
Definition SR.cs:164
static string MetadataInvalidReferenceToValueType
Definition SR.cs:220
static string ObjectWithParameterizedCtorRefMetadataNotHonored
Definition SR.cs:244
static string FormatByte
Definition SR.cs:202
static string SerializerPropertyNameConflict
Definition SR.cs:158
static string CannotSerializeInvalidMember
Definition SR.cs:260
static string OptionsAlreadyBoundToContext
Definition SR.cs:306
static ResourceManager ResourceManager
Definition SR.cs:12
static string MetadataInvalidTokenAfterValues
Definition SR.cs:222
static string EndOfStringNotFound
Definition SR.cs:46
static string ExpectedStartOfPropertyOrValueAfterComment
Definition SR.cs:146
static string NodeUnableToConvert
Definition SR.cs:294
static string MetadataCannotParsePreservedObjectToImmutable
Definition SR.cs:214
static string NodeElementCannotBeObjectOrArray
Definition SR.cs:288
static string SerializationConverterRead
Definition SR.cs:190
static string DeserializeUnableToAssignValue
Definition SR.cs:280
static string CannotSerializeInvalidType
Definition SR.cs:254
static string RequiredDigitNotFoundAfterSign
Definition SR.cs:120
static string ExpectedOneCompleteToken
Definition SR.cs:56
static string EndOfCommentNotFound
Definition SR.cs:44
static string CannotWriteCommentWithEmbeddedDelimiter
Definition SR.cs:156
static string ExpectedFalse
Definition SR.cs:52
static string TrailingCommaNotAllowedBeforeObjectEnd
Definition SR.cs:150
static string DeserializeWrongType
Definition SR.cs:132
static string StreamNotWritable
Definition SR.cs:154
static string FormatUInt64
Definition SR.cs:116
static string SerializationDataExtensionPropertyInvalid
Definition SR.cs:162
static string ExtensionDataCannotBindToCtorParam
Definition SR.cs:250
static string FormatBoolean
Definition SR.cs:268
static string MetadataIdIsNotFirstProperty
Definition SR.cs:218
static string SerializerPropertyNameNull
Definition SR.cs:160
static string FormatDouble
Definition SR.cs:106
static string CannotTranscodeInvalidUtf16
Definition SR.cs:28
static string NoMetadataForTypeCtorParams
Definition SR.cs:330
static string MultipleMembersBindWithConstructorParameter
Definition SR.cs:238
static string FormatUInt16
Definition SR.cs:208
static string JsonSerializerDoesNotSupportComments
Definition SR.cs:180
static string NotEnoughData
Definition SR.cs:176
static string RequiredDigitNotFoundEndOfData
Definition SR.cs:122
static string BufferMaximumSizeExceeded
Definition SR.cs:18
static string MetadataPreservedArrayInvalidProperty
Definition SR.cs:226
static string ExpectedNextDigitEValueNotFound
Definition SR.cs:58
static string GetResourceString(string resourceKey)
Definition SR.cs:101
static bool UsingResourceKeys()
Definition SR.cs:332
static string SerializerContextOptionsImmutable
Definition SR.cs:304
static string FormatSByte
Definition SR.cs:206
static string CannotReadIncompleteUTF16
Definition SR.cs:16
static string MaxDepthMustBePositive
Definition SR.cs:92
static string ExpectedEndOfDigitNotFound
Definition SR.cs:50
static string MismatchedObjectArray
Definition SR.cs:96
static string JsonIncludeOnNonPublicInvalid
Definition SR.cs:258
static string Format(string resourceFormat, object p1, object p2, object p3)
Definition SR.cs:372
static string FormatTimeSpan
Definition SR.cs:142
static string DictionaryKeyTypeNotSupported
Definition SR.cs:270
static readonly bool s_usingResourceKeys
Definition SR.cs:8
static string NoMetadataForTypeProperties
Definition SR.cs:322
static string ExpectedStartOfValueNotFound
Definition SR.cs:68
static string ExpectedEndAfterSingleJson
Definition SR.cs:48
static string NodeValueNotAllowed
Definition SR.cs:298
static string ExpectedValueAfterPropertyNameNotFound
Definition SR.cs:72
static string FoundInvalidCharacter
Definition SR.cs:76
static string CannotWritePropertyAfterProperty
Definition SR.cs:36
static string DeserializeUnableToAssignNull
Definition SR.cs:282
static string FieldCannotBeVirtual
Definition SR.cs:324
static string FormatInt32
Definition SR.cs:108
static string SpecialNumberValuesNotSupported
Definition SR.cs:124
static string SerializationNotSupportedParentType
Definition SR.cs:248
static string NodeCycleDetected
Definition SR.cs:292
static string BuiltInConvertersNotRooted
Definition SR.cs:310
static string ZeroDepthAtEnd
Definition SR.cs:128
static string ConverterCanConvertMultipleTypes
Definition SR.cs:276
static string NumberHandlingOnPropertyInvalid
Definition SR.cs:274
static string UnexpectedEndOfLineSeparator
Definition SR.cs:178
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:381
static string DepthTooLarge
Definition SR.cs:42
static string SerializerConverterFactoryReturnsNull
Definition SR.cs:246
static string MetadataReferenceOfTypeCannotBeAssignedToType
Definition SR.cs:278
static string FormatInt64
Definition SR.cs:110
static string CannotStartObjectArrayWithoutProperty
Definition SR.cs:22
static string SerializerConverterFactoryReturnsJsonConverterFactory
Definition SR.cs:284
static string SerializationConverterWrite
Definition SR.cs:194
static string ExpectedNull
Definition SR.cs:60