Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SR.cs
Go to the documentation of this file.
2using System.IO;
7
8namespace System;
9
10internal static class SR
11{
12 private static readonly object _lock = new object();
13
15
16 private static int _infinitelyRecursingCount;
17
18 private static bool _resourceManagerInited;
19
20 private static readonly bool s_usingResourceKeys = AppContext.TryGetSwitch("System.Resources.UseSystemResourceKeys", out var isEnabled) && isEnabled;
21
23
25
26 internal static string Acc_CreateAbstEx => GetResourceString("Acc_CreateAbstEx");
27
28 internal static string Acc_CreateArgIterator => GetResourceString("Acc_CreateArgIterator");
29
30 internal static string Acc_CreateGenericEx => GetResourceString("Acc_CreateGenericEx");
31
32 internal static string Acc_CreateInterfaceEx => GetResourceString("Acc_CreateInterfaceEx");
33
34 internal static string Acc_CreateVoid => GetResourceString("Acc_CreateVoid");
35
36 internal static string Acc_NotClassInit => GetResourceString("Acc_NotClassInit");
37
38 internal static string Acc_ReadOnly => GetResourceString("Acc_ReadOnly");
39
40 internal static string Access_Void => GetResourceString("Access_Void");
41
42 internal static string AggregateException_ctor_DefaultMessage => GetResourceString("AggregateException_ctor_DefaultMessage");
43
44 internal static string AggregateException_ctor_InnerExceptionNull => GetResourceString("AggregateException_ctor_InnerExceptionNull");
45
46 internal static string AggregateException_DeserializationFailure => GetResourceString("AggregateException_DeserializationFailure");
47
48 internal static string AggregateException_InnerException => GetResourceString("AggregateException_InnerException");
49
50 internal static string AppDomain_Name => GetResourceString("AppDomain_Name");
51
52 internal static string AppDomain_NoContextPolicies => GetResourceString("AppDomain_NoContextPolicies");
53
54 internal static string AppDomain_Policy_PrincipalTwice => GetResourceString("AppDomain_Policy_PrincipalTwice");
55
56 internal static string AmbiguousImplementationException_NullMessage => GetResourceString("AmbiguousImplementationException_NullMessage");
57
58 internal static string Arg_AccessException => GetResourceString("Arg_AccessException");
59
60 internal static string Arg_AccessViolationException => GetResourceString("Arg_AccessViolationException");
61
62 internal static string Arg_AmbiguousMatchException => GetResourceString("Arg_AmbiguousMatchException");
63
64 internal static string Arg_ApplicationException => GetResourceString("Arg_ApplicationException");
65
66 internal static string Arg_ArgumentException => GetResourceString("Arg_ArgumentException");
67
68 internal static string Arg_ArgumentOutOfRangeException => GetResourceString("Arg_ArgumentOutOfRangeException");
69
70 internal static string Arg_ArithmeticException => GetResourceString("Arg_ArithmeticException");
71
72 internal static string Arg_ArrayLengthsDiffer => GetResourceString("Arg_ArrayLengthsDiffer");
73
74 internal static string Arg_ArrayPlusOffTooSmall => GetResourceString("Arg_ArrayPlusOffTooSmall");
75
76 internal static string Arg_ArrayTypeMismatchException => GetResourceString("Arg_ArrayTypeMismatchException");
77
78 internal static string Arg_ArrayZeroError => GetResourceString("Arg_ArrayZeroError");
79
80 internal static string Arg_BadDecimal => GetResourceString("Arg_BadDecimal");
81
82 internal static string Arg_BadImageFormatException => GetResourceString("Arg_BadImageFormatException");
83
84 internal static string Arg_BadLiteralFormat => GetResourceString("Arg_BadLiteralFormat");
85
86 internal static string Arg_BogusIComparer => GetResourceString("Arg_BogusIComparer");
87
88 internal static string Arg_BufferTooSmall => GetResourceString("Arg_BufferTooSmall");
89
90 internal static string Arg_CannotBeNaN => GetResourceString("Arg_CannotBeNaN");
91
92 internal static string Arg_CannotHaveNegativeValue => GetResourceString("Arg_CannotHaveNegativeValue");
93
94 internal static string Arg_CannotMixComparisonInfrastructure => GetResourceString("Arg_CannotMixComparisonInfrastructure");
95
96 internal static string Arg_CannotUnloadAppDomainException => GetResourceString("Arg_CannotUnloadAppDomainException");
97
98 internal static string Arg_CATypeResolutionFailed => GetResourceString("Arg_CATypeResolutionFailed");
99
100 internal static string Arg_COMAccess => GetResourceString("Arg_COMAccess");
101
102 internal static string Arg_COMException => GetResourceString("Arg_COMException");
103
104 internal static string Arg_COMPropSetPut => GetResourceString("Arg_COMPropSetPut");
105
106 internal static string Arg_CreatInstAccess => GetResourceString("Arg_CreatInstAccess");
107
108 internal static string Arg_CryptographyException => GetResourceString("Arg_CryptographyException");
109
110 internal static string Arg_CustomAttributeFormatException => GetResourceString("Arg_CustomAttributeFormatException");
111
112 internal static string Arg_DataMisalignedException => GetResourceString("Arg_DataMisalignedException");
113
114 internal static string Arg_DecBitCtor => GetResourceString("Arg_DecBitCtor");
115
116 internal static string Arg_DirectoryNotFoundException => GetResourceString("Arg_DirectoryNotFoundException");
117
118 internal static string Arg_DivideByZero => GetResourceString("Arg_DivideByZero");
119
120 internal static string Arg_DlgtNullInst => GetResourceString("Arg_DlgtNullInst");
121
122 internal static string Arg_DlgtTargMeth => GetResourceString("Arg_DlgtTargMeth");
123
124 internal static string Arg_DlgtTypeMis => GetResourceString("Arg_DlgtTypeMis");
125
126 internal static string Arg_DllNotFoundException => GetResourceString("Arg_DllNotFoundException");
127
128 internal static string Arg_DuplicateWaitObjectException => GetResourceString("Arg_DuplicateWaitObjectException");
129
130 internal static string Arg_EHClauseNotClause => GetResourceString("Arg_EHClauseNotClause");
131
132 internal static string Arg_EHClauseNotFilter => GetResourceString("Arg_EHClauseNotFilter");
133
134 internal static string Arg_EmptyArray => GetResourceString("Arg_EmptyArray");
135
136 internal static string Arg_EndOfStreamException => GetResourceString("Arg_EndOfStreamException");
137
138 internal static string Arg_EntryPointNotFoundException => GetResourceString("Arg_EntryPointNotFoundException");
139
140 internal static string Arg_EnumAndObjectMustBeSameType => GetResourceString("Arg_EnumAndObjectMustBeSameType");
141
142 internal static string Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType => GetResourceString("Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType");
143
144 internal static string Arg_EnumIllegalVal => GetResourceString("Arg_EnumIllegalVal");
145
146 internal static string Arg_EnumLitValueNotFound => GetResourceString("Arg_EnumLitValueNotFound");
147
148 internal static string Arg_EnumUnderlyingTypeAndObjectMustBeSameType => GetResourceString("Arg_EnumUnderlyingTypeAndObjectMustBeSameType");
149
150 internal static string Arg_EnumValueNotFound => GetResourceString("Arg_EnumValueNotFound");
151
152 internal static string Arg_ExecutionEngineException => GetResourceString("Arg_ExecutionEngineException");
153
154 internal static string Arg_ExternalException => GetResourceString("Arg_ExternalException");
155
156 internal static string Arg_FieldAccessException => GetResourceString("Arg_FieldAccessException");
157
158 internal static string Arg_FieldDeclTarget => GetResourceString("Arg_FieldDeclTarget");
159
160 internal static string Arg_FldGetArgErr => GetResourceString("Arg_FldGetArgErr");
161
162 internal static string Arg_FldGetPropSet => GetResourceString("Arg_FldGetPropSet");
163
164 internal static string Arg_FldSetArgErr => GetResourceString("Arg_FldSetArgErr");
165
166 internal static string Arg_FldSetGet => GetResourceString("Arg_FldSetGet");
167
168 internal static string Arg_FldSetInvoke => GetResourceString("Arg_FldSetInvoke");
169
170 internal static string Arg_FldSetPropGet => GetResourceString("Arg_FldSetPropGet");
171
172 internal static string Arg_FormatException => GetResourceString("Arg_FormatException");
173
174 internal static string Arg_GenericParameter => GetResourceString("Arg_GenericParameter");
175
176 internal static string Arg_GetMethNotFnd => GetResourceString("Arg_GetMethNotFnd");
177
178 internal static string Arg_GuidArrayCtor => GetResourceString("Arg_GuidArrayCtor");
179
180 internal static string Arg_HandleNotAsync => GetResourceString("Arg_HandleNotAsync");
181
182 internal static string Arg_HandleNotSync => GetResourceString("Arg_HandleNotSync");
183
184 internal static string Arg_HexStyleNotSupported => GetResourceString("Arg_HexStyleNotSupported");
185
186 internal static string Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow");
187
188 internal static string Arg_IndexMustBeInt => GetResourceString("Arg_IndexMustBeInt");
189
190 internal static string Arg_IndexOutOfRangeException => GetResourceString("Arg_IndexOutOfRangeException");
191
192 internal static string Arg_InsufficientExecutionStackException => GetResourceString("Arg_InsufficientExecutionStackException");
193
194 internal static string Arg_InvalidANSIString => GetResourceString("Arg_InvalidANSIString");
195
196 internal static string Arg_InvalidBase => GetResourceString("Arg_InvalidBase");
197
198 internal static string Arg_InvalidCastException => GetResourceString("Arg_InvalidCastException");
199
200 internal static string Arg_InvalidComObjectException => GetResourceString("Arg_InvalidComObjectException");
201
202 internal static string Arg_InvalidFilterCriteriaException => GetResourceString("Arg_InvalidFilterCriteriaException");
203
204 internal static string Arg_InvalidHandle => GetResourceString("Arg_InvalidHandle");
205
206 internal static string Arg_InvalidHexStyle => GetResourceString("Arg_InvalidHexStyle");
207
208 internal static string Arg_InvalidNeutralResourcesLanguage_Asm_Culture => GetResourceString("Arg_InvalidNeutralResourcesLanguage_Asm_Culture");
209
210 internal static string Arg_InvalidNeutralResourcesLanguage_FallbackLoc => GetResourceString("Arg_InvalidNeutralResourcesLanguage_FallbackLoc");
211
212 internal static string Arg_InvalidSatelliteContract_Asm_Ver => GetResourceString("Arg_InvalidSatelliteContract_Asm_Ver");
213
214 internal static string Arg_InvalidOleVariantTypeException => GetResourceString("Arg_InvalidOleVariantTypeException");
215
216 internal static string Arg_InvalidOperationException => GetResourceString("Arg_InvalidOperationException");
217
218 internal static string Arg_InvalidTypeInRetType => GetResourceString("Arg_InvalidTypeInRetType");
219
220 internal static string Arg_InvalidTypeInSignature => GetResourceString("Arg_InvalidTypeInSignature");
221
222 internal static string Arg_IOException => GetResourceString("Arg_IOException");
223
224 internal static string Arg_KeyNotFound => GetResourceString("Arg_KeyNotFound");
225
226 internal static string Arg_KeyNotFoundWithKey => GetResourceString("Arg_KeyNotFoundWithKey");
227
228 internal static string Arg_LongerThanDestArray => GetResourceString("Arg_LongerThanDestArray");
229
230 internal static string Arg_LongerThanSrcArray => GetResourceString("Arg_LongerThanSrcArray");
231
232 internal static string Arg_LongerThanSrcString => GetResourceString("Arg_LongerThanSrcString");
233
234 internal static string Arg_LowerBoundsMustMatch => GetResourceString("Arg_LowerBoundsMustMatch");
235
236 internal static string Arg_MarshalAsAnyRestriction => GetResourceString("Arg_MarshalAsAnyRestriction");
237
238 internal static string Arg_MarshalDirectiveException => GetResourceString("Arg_MarshalDirectiveException");
239
240 internal static string Arg_MethodAccessException => GetResourceString("Arg_MethodAccessException");
241
242 internal static string Arg_MissingFieldException => GetResourceString("Arg_MissingFieldException");
243
244 internal static string Arg_MissingManifestResourceException => GetResourceString("Arg_MissingManifestResourceException");
245
246 internal static string Arg_MissingMemberException => GetResourceString("Arg_MissingMemberException");
247
248 internal static string Arg_MissingMethodException => GetResourceString("Arg_MissingMethodException");
249
250 internal static string Arg_MulticastNotSupportedException => GetResourceString("Arg_MulticastNotSupportedException");
251
252 internal static string Arg_MustBeBoolean => GetResourceString("Arg_MustBeBoolean");
253
254 internal static string Arg_MustBeByte => GetResourceString("Arg_MustBeByte");
255
256 internal static string Arg_MustBeChar => GetResourceString("Arg_MustBeChar");
257
258 internal static string Arg_MustBeDateOnly => GetResourceString("Arg_MustBeDateOnly");
259
260 internal static string Arg_MustBeTimeOnly => GetResourceString("Arg_MustBeTimeOnly");
261
262 internal static string Arg_MustBeDateTime => GetResourceString("Arg_MustBeDateTime");
263
264 internal static string Arg_MustBeDateTimeOffset => GetResourceString("Arg_MustBeDateTimeOffset");
265
266 internal static string Arg_MustBeDecimal => GetResourceString("Arg_MustBeDecimal");
267
268 internal static string Arg_MustBeDelegate => GetResourceString("Arg_MustBeDelegate");
269
270 internal static string Arg_MustBeDouble => GetResourceString("Arg_MustBeDouble");
271
272 internal static string Arg_MustBeDriveLetterOrRootDir => GetResourceString("Arg_MustBeDriveLetterOrRootDir");
273
274 internal static string Arg_MustBeEnum => GetResourceString("Arg_MustBeEnum");
275
276 internal static string Arg_MustBeEnumBaseTypeOrEnum => GetResourceString("Arg_MustBeEnumBaseTypeOrEnum");
277
278 internal static string Arg_MustBeGuid => GetResourceString("Arg_MustBeGuid");
279
280 internal static string Arg_MustBeInt16 => GetResourceString("Arg_MustBeInt16");
281
282 internal static string Arg_MustBeInt32 => GetResourceString("Arg_MustBeInt32");
283
284 internal static string Arg_MustBeInt64 => GetResourceString("Arg_MustBeInt64");
285
286 internal static string Arg_MustBeIntPtr => GetResourceString("Arg_MustBeIntPtr");
287
288 internal static string Arg_MustBePointer => GetResourceString("Arg_MustBePointer");
289
290 internal static string Arg_MustBePrimArray => GetResourceString("Arg_MustBePrimArray");
291
292 internal static string Arg_MustBeRuntimeAssembly => GetResourceString("Arg_MustBeRuntimeAssembly");
293
294 internal static string Arg_MustBeSByte => GetResourceString("Arg_MustBeSByte");
295
296 internal static string Arg_MustBeSingle => GetResourceString("Arg_MustBeSingle");
297
298 internal static string Arg_MustBeString => GetResourceString("Arg_MustBeString");
299
300 internal static string Arg_MustBeTimeSpan => GetResourceString("Arg_MustBeTimeSpan");
301
302 internal static string Arg_MustBeType => GetResourceString("Arg_MustBeType");
303
304 internal static string Arg_MustBeTrue => GetResourceString("Arg_MustBeTrue");
305
306 internal static string Arg_MustBeUInt16 => GetResourceString("Arg_MustBeUInt16");
307
308 internal static string Arg_MustBeUInt32 => GetResourceString("Arg_MustBeUInt32");
309
310 internal static string Arg_MustBeUInt64 => GetResourceString("Arg_MustBeUInt64");
311
312 internal static string Arg_MustBeUIntPtr => GetResourceString("Arg_MustBeUIntPtr");
313
314 internal static string Arg_MustBeVersion => GetResourceString("Arg_MustBeVersion");
315
316 internal static string Arg_MustContainEnumInfo => GetResourceString("Arg_MustContainEnumInfo");
317
318 internal static string Arg_NamedParamNull => GetResourceString("Arg_NamedParamNull");
319
320 internal static string Arg_NamedParamTooBig => GetResourceString("Arg_NamedParamTooBig");
321
322 internal static string Arg_NDirectBadObject => GetResourceString("Arg_NDirectBadObject");
323
324 internal static string Arg_Need1DArray => GetResourceString("Arg_Need1DArray");
325
326 internal static string Arg_Need2DArray => GetResourceString("Arg_Need2DArray");
327
328 internal static string Arg_Need3DArray => GetResourceString("Arg_Need3DArray");
329
330 internal static string Arg_NeedAtLeast1Rank => GetResourceString("Arg_NeedAtLeast1Rank");
331
332 internal static string Arg_NegativeArgCount => GetResourceString("Arg_NegativeArgCount");
333
334 internal static string Arg_NoAccessSpec => GetResourceString("Arg_NoAccessSpec");
335
336 internal static string Arg_NoDefCTor => GetResourceString("Arg_NoDefCTor");
337
338 internal static string Arg_NonZeroLowerBound => GetResourceString("Arg_NonZeroLowerBound");
339
340 internal static string Arg_NoStaticVirtual => GetResourceString("Arg_NoStaticVirtual");
341
342 internal static string Arg_NotFiniteNumberException => GetResourceString("Arg_NotFiniteNumberException");
343
344 internal static string Arg_NotGenericMethodDefinition => GetResourceString("Arg_NotGenericMethodDefinition");
345
346 internal static string Arg_NotGenericParameter => GetResourceString("Arg_NotGenericParameter");
347
348 internal static string Arg_NotGenericTypeDefinition => GetResourceString("Arg_NotGenericTypeDefinition");
349
350 internal static string Arg_NotImplementedException => GetResourceString("Arg_NotImplementedException");
351
352 internal static string Arg_NotSupportedException => GetResourceString("Arg_NotSupportedException");
353
354 internal static string Arg_NullReferenceException => GetResourceString("Arg_NullReferenceException");
355
356 internal static string Arg_ObjObjEx => GetResourceString("Arg_ObjObjEx");
357
358 internal static string Arg_OleAutDateInvalid => GetResourceString("Arg_OleAutDateInvalid");
359
360 internal static string Arg_OleAutDateScale => GetResourceString("Arg_OleAutDateScale");
361
362 internal static string Arg_OverflowException => GetResourceString("Arg_OverflowException");
363
364 internal static string Arg_ParamName_Name => GetResourceString("Arg_ParamName_Name");
365
366 internal static string Arg_ParmArraySize => GetResourceString("Arg_ParmArraySize");
367
368 internal static string Arg_ParmCnt => GetResourceString("Arg_ParmCnt");
369
370 internal static string Arg_PathEmpty => GetResourceString("Arg_PathEmpty");
371
372 internal static string Arg_PlatformNotSupported => GetResourceString("Arg_PlatformNotSupported");
373
374 internal static string Arg_PropSetGet => GetResourceString("Arg_PropSetGet");
375
376 internal static string Arg_PropSetInvoke => GetResourceString("Arg_PropSetInvoke");
377
378 internal static string Arg_RankException => GetResourceString("Arg_RankException");
379
380 internal static string Arg_RankIndices => GetResourceString("Arg_RankIndices");
381
382 internal static string Arg_RankMultiDimNotSupported => GetResourceString("Arg_RankMultiDimNotSupported");
383
384 internal static string Arg_RanksAndBounds => GetResourceString("Arg_RanksAndBounds");
385
386 internal static string Arg_RegGetOverflowBug => GetResourceString("Arg_RegGetOverflowBug");
387
388 internal static string Arg_RegKeyNotFound => GetResourceString("Arg_RegKeyNotFound");
389
390 internal static string Arg_RegSubKeyValueAbsent => GetResourceString("Arg_RegSubKeyValueAbsent");
391
392 internal static string Arg_RegValStrLenBug => GetResourceString("Arg_RegValStrLenBug");
393
394 internal static string Arg_ResMgrNotResSet => GetResourceString("Arg_ResMgrNotResSet");
395
396 internal static string Arg_ResourceFileUnsupportedVersion => GetResourceString("Arg_ResourceFileUnsupportedVersion");
397
398 internal static string Arg_ResourceNameNotExist => GetResourceString("Arg_ResourceNameNotExist");
399
400 internal static string Arg_SafeArrayRankMismatchException => GetResourceString("Arg_SafeArrayRankMismatchException");
401
402 internal static string Arg_SafeArrayTypeMismatchException => GetResourceString("Arg_SafeArrayTypeMismatchException");
403
404 internal static string Arg_SecurityException => GetResourceString("Arg_SecurityException");
405
406 internal static string SerializationException => GetResourceString("SerializationException");
407
408 internal static string Arg_SetMethNotFnd => GetResourceString("Arg_SetMethNotFnd");
409
410 internal static string Arg_StackOverflowException => GetResourceString("Arg_StackOverflowException");
411
412 internal static string Arg_SurrogatesNotAllowedAsSingleChar => GetResourceString("Arg_SurrogatesNotAllowedAsSingleChar");
413
414 internal static string Arg_SynchronizationLockException => GetResourceString("Arg_SynchronizationLockException");
415
416 internal static string Arg_SystemException => GetResourceString("Arg_SystemException");
417
418 internal static string Arg_TargetInvocationException => GetResourceString("Arg_TargetInvocationException");
419
420 internal static string Arg_TargetParameterCountException => GetResourceString("Arg_TargetParameterCountException");
421
422 internal static string Arg_ThreadStartException => GetResourceString("Arg_ThreadStartException");
423
424 internal static string Arg_ThreadStateException => GetResourceString("Arg_ThreadStateException");
425
426 internal static string Arg_TimeoutException => GetResourceString("Arg_TimeoutException");
427
428 internal static string Arg_TypeAccessException => GetResourceString("Arg_TypeAccessException");
429
430 internal static string Arg_TypedReference_Null => GetResourceString("Arg_TypedReference_Null");
431
432 internal static string Arg_TypeLoadException => GetResourceString("Arg_TypeLoadException");
433
434 internal static string Arg_TypeLoadNullStr => GetResourceString("Arg_TypeLoadNullStr");
435
436 internal static string Arg_TypeRefPrimitve => GetResourceString("Arg_TypeRefPrimitve");
437
438 internal static string Arg_TypeUnloadedException => GetResourceString("Arg_TypeUnloadedException");
439
440 internal static string Arg_UnauthorizedAccessException => GetResourceString("Arg_UnauthorizedAccessException");
441
442 internal static string Arg_UnboundGenField => GetResourceString("Arg_UnboundGenField");
443
444 internal static string Arg_UnboundGenParam => GetResourceString("Arg_UnboundGenParam");
445
446 internal static string Arg_UnknownTypeCode => GetResourceString("Arg_UnknownTypeCode");
447
448 internal static string Arg_VarMissNull => GetResourceString("Arg_VarMissNull");
449
450 internal static string Arg_VersionString => GetResourceString("Arg_VersionString");
451
452 internal static string Arg_WrongType => GetResourceString("Arg_WrongType");
453
454 internal static string Argument_AbsolutePathRequired => GetResourceString("Argument_AbsolutePathRequired");
455
456 internal static string Argument_AddingDuplicate => GetResourceString("Argument_AddingDuplicate");
457
458 internal static string Argument_AddingDuplicate__ => GetResourceString("Argument_AddingDuplicate__");
459
460 internal static string Argument_AddingDuplicateWithKey => GetResourceString("Argument_AddingDuplicateWithKey");
461
462 internal static string Argument_AdjustmentRulesNoNulls => GetResourceString("Argument_AdjustmentRulesNoNulls");
463
464 internal static string Argument_AdjustmentRulesOutOfOrder => GetResourceString("Argument_AdjustmentRulesOutOfOrder");
465
466 internal static string Argument_AlignmentMustBePow2 => GetResourceString("Argument_AlignmentMustBePow2");
467
468 internal static string Argument_AlreadyBoundOrSyncHandle => GetResourceString("Argument_AlreadyBoundOrSyncHandle");
469
470 internal static string Argument_ArrayGetInterfaceMap => GetResourceString("Argument_ArrayGetInterfaceMap");
471
472 internal static string Argument_ArraysInvalid => GetResourceString("Argument_ArraysInvalid");
473
474 internal static string Argument_AttributeNamesMustBeUnique => GetResourceString("Argument_AttributeNamesMustBeUnique");
475
476 internal static string Argument_BadConstructor => GetResourceString("Argument_BadConstructor");
477
478 internal static string Argument_BadConstructorCallConv => GetResourceString("Argument_BadConstructorCallConv");
479
480 internal static string Argument_BadExceptionCodeGen => GetResourceString("Argument_BadExceptionCodeGen");
481
482 internal static string Argument_BadFieldForConstructorBuilder => GetResourceString("Argument_BadFieldForConstructorBuilder");
483
484 internal static string Argument_BadFieldSig => GetResourceString("Argument_BadFieldSig");
485
486 internal static string Argument_BadFieldType => GetResourceString("Argument_BadFieldType");
487
488 internal static string Argument_BadFormatSpecifier => GetResourceString("Argument_BadFormatSpecifier");
489
490 internal static string Argument_BadImageFormatExceptionResolve => GetResourceString("Argument_BadImageFormatExceptionResolve");
491
492 internal static string Argument_BadLabel => GetResourceString("Argument_BadLabel");
493
494 internal static string Argument_BadLabelContent => GetResourceString("Argument_BadLabelContent");
495
496 internal static string Argument_BadNestedTypeFlags => GetResourceString("Argument_BadNestedTypeFlags");
497
498 internal static string Argument_BadParameterCountsForConstructor => GetResourceString("Argument_BadParameterCountsForConstructor");
499
500 internal static string Argument_BadParameterTypeForCAB => GetResourceString("Argument_BadParameterTypeForCAB");
501
502 internal static string Argument_BadPropertyForConstructorBuilder => GetResourceString("Argument_BadPropertyForConstructorBuilder");
503
504 internal static string Argument_BadSigFormat => GetResourceString("Argument_BadSigFormat");
505
506 internal static string Argument_BadSizeForData => GetResourceString("Argument_BadSizeForData");
507
508 internal static string Argument_BadTypeAttrInvalidLayout => GetResourceString("Argument_BadTypeAttrInvalidLayout");
509
510 internal static string Argument_BadTypeAttrNestedVisibilityOnNonNestedType => GetResourceString("Argument_BadTypeAttrNestedVisibilityOnNonNestedType");
511
512 internal static string Argument_BadTypeAttrNonNestedVisibilityNestedType => GetResourceString("Argument_BadTypeAttrNonNestedVisibilityNestedType");
513
514 internal static string Argument_BadTypeAttrReservedBitsSet => GetResourceString("Argument_BadTypeAttrReservedBitsSet");
515
516 internal static string Argument_BadTypeInCustomAttribute => GetResourceString("Argument_BadTypeInCustomAttribute");
517
518 internal static string Argument_CannotGetTypeTokenForByRef => GetResourceString("Argument_CannotGetTypeTokenForByRef");
519
520 internal static string Argument_CannotSetParentToInterface => GetResourceString("Argument_CannotSetParentToInterface");
521
522 internal static string Argument_CodepageNotSupported => GetResourceString("Argument_CodepageNotSupported");
523
524 internal static string Argument_CompareOptionOrdinal => GetResourceString("Argument_CompareOptionOrdinal");
525
526 internal static string Argument_ConflictingDateTimeRoundtripStyles => GetResourceString("Argument_ConflictingDateTimeRoundtripStyles");
527
528 internal static string Argument_ConflictingDateTimeStyles => GetResourceString("Argument_ConflictingDateTimeStyles");
529
530 internal static string Argument_ConstantDoesntMatch => GetResourceString("Argument_ConstantDoesntMatch");
531
532 internal static string Argument_ConstantNotSupported => GetResourceString("Argument_ConstantNotSupported");
533
534 internal static string Argument_ConstantNull => GetResourceString("Argument_ConstantNull");
535
536 internal static string Argument_ConstructorNeedGenericDeclaringType => GetResourceString("Argument_ConstructorNeedGenericDeclaringType");
537
538 internal static string Argument_ConversionOverflow => GetResourceString("Argument_ConversionOverflow");
539
540 internal static string Argument_ConvertMismatch => GetResourceString("Argument_ConvertMismatch");
541
542 internal static string Argument_CultureIetfNotSupported => GetResourceString("Argument_CultureIetfNotSupported");
543
544 internal static string Argument_CultureInvalidIdentifier => GetResourceString("Argument_CultureInvalidIdentifier");
545
546 internal static string Argument_CultureIsNeutral => GetResourceString("Argument_CultureIsNeutral");
547
548 internal static string Argument_CultureNotSupported => GetResourceString("Argument_CultureNotSupported");
549
550 internal static string Argument_CultureNotSupportedInInvariantMode => GetResourceString("Argument_CultureNotSupportedInInvariantMode");
551
552 internal static string Argument_CustomAssemblyLoadContextRequestedNameMismatch => GetResourceString("Argument_CustomAssemblyLoadContextRequestedNameMismatch");
553
554 internal static string Argument_CustomCultureCannotBePassedByNumber => GetResourceString("Argument_CustomCultureCannotBePassedByNumber");
555
556 internal static string Argument_DateTimeBadBinaryData => GetResourceString("Argument_DateTimeBadBinaryData");
557
558 internal static string Argument_DateTimeHasTicks => GetResourceString("Argument_DateTimeHasTicks");
559
560 internal static string Argument_DateTimeHasTimeOfDay => GetResourceString("Argument_DateTimeHasTimeOfDay");
561
562 internal static string Argument_DateTimeIsInvalid => GetResourceString("Argument_DateTimeIsInvalid");
563
564 internal static string Argument_DateTimeIsNotAmbiguous => GetResourceString("Argument_DateTimeIsNotAmbiguous");
565
566 internal static string Argument_DateTimeKindMustBeUnspecified => GetResourceString("Argument_DateTimeKindMustBeUnspecified");
567
568 internal static string Argument_DateTimeKindMustBeUnspecifiedOrUtc => GetResourceString("Argument_DateTimeKindMustBeUnspecifiedOrUtc");
569
570 internal static string Argument_DateTimeOffsetInvalidDateTimeStyles => GetResourceString("Argument_DateTimeOffsetInvalidDateTimeStyles");
571
572 internal static string Argument_DateTimeOffsetIsNotAmbiguous => GetResourceString("Argument_DateTimeOffsetIsNotAmbiguous");
573
574 internal static string Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort");
575
576 internal static string Argument_DuplicateTypeName => GetResourceString("Argument_DuplicateTypeName");
577
578 internal static string Argument_EmitWriteLineType => GetResourceString("Argument_EmitWriteLineType");
579
580 internal static string Argument_EmptyDecString => GetResourceString("Argument_EmptyDecString");
581
582 internal static string Argument_EmptyFileName => GetResourceString("Argument_EmptyFileName");
583
584 internal static string Argument_EmptyName => GetResourceString("Argument_EmptyName");
585
586 internal static string Argument_EmptyPath => GetResourceString("Argument_EmptyPath");
587
588 internal static string Argument_EmptyWaithandleArray => GetResourceString("Argument_EmptyWaithandleArray");
589
590 internal static string Argument_EncoderFallbackNotEmpty => GetResourceString("Argument_EncoderFallbackNotEmpty");
591
592 internal static string Argument_EncodingConversionOverflowBytes => GetResourceString("Argument_EncodingConversionOverflowBytes");
593
594 internal static string Argument_EncodingConversionOverflowChars => GetResourceString("Argument_EncodingConversionOverflowChars");
595
596 internal static string Argument_EncodingNotSupported => GetResourceString("Argument_EncodingNotSupported");
597
598 internal static string Argument_EnumTypeDoesNotMatch => GetResourceString("Argument_EnumTypeDoesNotMatch");
599
600 internal static string Argument_FallbackBufferNotEmpty => GetResourceString("Argument_FallbackBufferNotEmpty");
601
602 internal static string Argument_FieldDeclaringTypeGeneric => GetResourceString("Argument_FieldDeclaringTypeGeneric");
603
604 internal static string Argument_FieldNeedGenericDeclaringType => GetResourceString("Argument_FieldNeedGenericDeclaringType");
605
606 internal static string Argument_GenConstraintViolation => GetResourceString("Argument_GenConstraintViolation");
607
608 internal static string Argument_GenericArgsCount => GetResourceString("Argument_GenericArgsCount");
609
610 internal static string Argument_GenericsInvalid => GetResourceString("Argument_GenericsInvalid");
611
612 internal static string Argument_GlobalFunctionHasToBeStatic => GetResourceString("Argument_GlobalFunctionHasToBeStatic");
613
614 internal static string Argument_HasToBeArrayClass => GetResourceString("Argument_HasToBeArrayClass");
615
616 internal static string Argument_IdnBadBidi => GetResourceString("Argument_IdnBadBidi");
617
618 internal static string Argument_IdnBadLabelSize => GetResourceString("Argument_IdnBadLabelSize");
619
620 internal static string Argument_IdnBadNameSize => GetResourceString("Argument_IdnBadNameSize");
621
622 internal static string Argument_IdnBadPunycode => GetResourceString("Argument_IdnBadPunycode");
623
624 internal static string Argument_IdnBadStd3 => GetResourceString("Argument_IdnBadStd3");
625
626 internal static string Argument_IdnIllegalName => GetResourceString("Argument_IdnIllegalName");
627
628 internal static string Argument_IllegalEnvVarName => GetResourceString("Argument_IllegalEnvVarName");
629
630 internal static string Argument_IllegalName => GetResourceString("Argument_IllegalName");
631
632 internal static string Argument_ImplementIComparable => GetResourceString("Argument_ImplementIComparable");
633
634 internal static string Argument_InvalidAppendMode => GetResourceString("Argument_InvalidAppendMode");
635
636 internal static string Argument_InvalidPreallocateAccess => GetResourceString("Argument_InvalidPreallocateAccess");
637
638 internal static string Argument_InvalidPreallocateMode => GetResourceString("Argument_InvalidPreallocateMode");
639
640 internal static string Argument_InvalidArgumentForComparison => GetResourceString("Argument_InvalidArgumentForComparison");
641
642 internal static string Argument_InvalidArrayLength => GetResourceString("Argument_InvalidArrayLength");
643
644 internal static string Argument_InvalidArrayType => GetResourceString("Argument_InvalidArrayType");
645
646 internal static string Argument_InvalidCalendar => GetResourceString("Argument_InvalidCalendar");
647
648 internal static string Argument_InvalidCharSequence => GetResourceString("Argument_InvalidCharSequence");
649
650 internal static string Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex");
651
652 internal static string Argument_InvalidCodePageBytesIndex => GetResourceString("Argument_InvalidCodePageBytesIndex");
653
654 internal static string Argument_InvalidCodePageConversionIndex => GetResourceString("Argument_InvalidCodePageConversionIndex");
655
656 internal static string Argument_InvalidConstructorDeclaringType => GetResourceString("Argument_InvalidConstructorDeclaringType");
657
658 internal static string Argument_InvalidConstructorInfo => GetResourceString("Argument_InvalidConstructorInfo");
659
660 internal static string Argument_InvalidCultureName => GetResourceString("Argument_InvalidCultureName");
661
662 internal static string Argument_InvalidPredefinedCultureName => GetResourceString("Argument_InvalidPredefinedCultureName");
663
664 internal static string Argument_InvalidDateTimeKind => GetResourceString("Argument_InvalidDateTimeKind");
665
666 internal static string Argument_InvalidDateTimeStyles => GetResourceString("Argument_InvalidDateTimeStyles");
667
668 internal static string Argument_InvalidDateStyles => GetResourceString("Argument_InvalidDateStyles");
669
670 internal static string Argument_InvalidDigitSubstitution => GetResourceString("Argument_InvalidDigitSubstitution");
671
672 internal static string Argument_InvalidElementName => GetResourceString("Argument_InvalidElementName");
673
674 internal static string Argument_InvalidElementTag => GetResourceString("Argument_InvalidElementTag");
675
676 internal static string Argument_InvalidElementText => GetResourceString("Argument_InvalidElementText");
677
678 internal static string Argument_InvalidElementValue => GetResourceString("Argument_InvalidElementValue");
679
680 internal static string Argument_InvalidEnum => GetResourceString("Argument_InvalidEnum");
681
682 internal static string Argument_InvalidEnumValue => GetResourceString("Argument_InvalidEnumValue");
683
684 internal static string Argument_InvalidFieldDeclaringType => GetResourceString("Argument_InvalidFieldDeclaringType");
685
686 internal static string Argument_InvalidFileModeAndAccessCombo => GetResourceString("Argument_InvalidFileModeAndAccessCombo");
687
688 internal static string Argument_InvalidFlag => GetResourceString("Argument_InvalidFlag");
689
690 internal static string Argument_InvalidGenericInstArray => GetResourceString("Argument_InvalidGenericInstArray");
691
692 internal static string Argument_InvalidGroupSize => GetResourceString("Argument_InvalidGroupSize");
693
694 internal static string Argument_InvalidHandle => GetResourceString("Argument_InvalidHandle");
695
696 internal static string Argument_InvalidHighSurrogate => GetResourceString("Argument_InvalidHighSurrogate");
697
698 internal static string Argument_InvalidId => GetResourceString("Argument_InvalidId");
699
700 internal static string Argument_InvalidKindOfTypeForCA => GetResourceString("Argument_InvalidKindOfTypeForCA");
701
702 internal static string Argument_InvalidLabel => GetResourceString("Argument_InvalidLabel");
703
704 internal static string Argument_InvalidLowSurrogate => GetResourceString("Argument_InvalidLowSurrogate");
705
706 internal static string Argument_InvalidMemberForNamedArgument => GetResourceString("Argument_InvalidMemberForNamedArgument");
707
708 internal static string Argument_InvalidMethodDeclaringType => GetResourceString("Argument_InvalidMethodDeclaringType");
709
710 internal static string Argument_InvalidName => GetResourceString("Argument_InvalidName");
711
712 internal static string Argument_InvalidNativeDigitCount => GetResourceString("Argument_InvalidNativeDigitCount");
713
714 internal static string Argument_InvalidNativeDigitValue => GetResourceString("Argument_InvalidNativeDigitValue");
715
716 internal static string Argument_InvalidNeutralRegionName => GetResourceString("Argument_InvalidNeutralRegionName");
717
718 internal static string Argument_InvalidNormalizationForm => GetResourceString("Argument_InvalidNormalizationForm");
719
720 internal static string Argument_InvalidNumberStyles => GetResourceString("Argument_InvalidNumberStyles");
721
722 internal static string Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen");
723
724 internal static string Argument_InvalidOpCodeOnDynamicMethod => GetResourceString("Argument_InvalidOpCodeOnDynamicMethod");
725
726 internal static string Argument_InvalidParameterInfo => GetResourceString("Argument_InvalidParameterInfo");
727
728 internal static string Argument_InvalidParamInfo => GetResourceString("Argument_InvalidParamInfo");
729
730 internal static string Argument_InvalidPathChars => GetResourceString("Argument_InvalidPathChars");
731
732 internal static string Argument_InvalidResourceCultureName => GetResourceString("Argument_InvalidResourceCultureName");
733
734 internal static string Argument_InvalidSafeBufferOffLen => GetResourceString("Argument_InvalidSafeBufferOffLen");
735
736 internal static string Argument_InvalidSeekOrigin => GetResourceString("Argument_InvalidSeekOrigin");
737
738 internal static string Argument_InvalidSerializedString => GetResourceString("Argument_InvalidSerializedString");
739
740 internal static string Argument_InvalidStartupHookSignature => GetResourceString("Argument_InvalidStartupHookSignature");
741
742 internal static string Argument_InvalidTimeSpanStyles => GetResourceString("Argument_InvalidTimeSpanStyles");
743
744 internal static string Argument_InvalidToken => GetResourceString("Argument_InvalidToken");
745
746 internal static string Argument_InvalidTypeForCA => GetResourceString("Argument_InvalidTypeForCA");
747
748 internal static string Argument_InvalidTypeForDynamicMethod => GetResourceString("Argument_InvalidTypeForDynamicMethod");
749
750 internal static string Argument_InvalidTypeName => GetResourceString("Argument_InvalidTypeName");
751
752 internal static string Argument_InvalidTypeWithPointersNotSupported => GetResourceString("Argument_InvalidTypeWithPointersNotSupported");
753
754 internal static string Argument_InvalidUnity => GetResourceString("Argument_InvalidUnity");
755
756 internal static string Argument_LargeInteger => GetResourceString("Argument_LargeInteger");
757
758 internal static string Argument_LongEnvVarValue => GetResourceString("Argument_LongEnvVarValue");
759
760 internal static string Argument_MethodDeclaringTypeGeneric => GetResourceString("Argument_MethodDeclaringTypeGeneric");
761
762 internal static string Argument_MethodDeclaringTypeGenericLcg => GetResourceString("Argument_MethodDeclaringTypeGenericLcg");
763
764 internal static string Argument_MethodNeedGenericDeclaringType => GetResourceString("Argument_MethodNeedGenericDeclaringType");
765
766 internal static string Argument_MinMaxValue => GetResourceString("Argument_MinMaxValue");
767
768 internal static string Argument_MismatchedArrays => GetResourceString("Argument_MismatchedArrays");
769
770 internal static string Argument_MissingDefaultConstructor => GetResourceString("Argument_MissingDefaultConstructor");
771
772 internal static string Argument_MustBeFalse => GetResourceString("Argument_MustBeFalse");
773
774 internal static string Argument_MustBeRuntimeAssembly => GetResourceString("Argument_MustBeRuntimeAssembly");
775
776 internal static string Argument_MustBeRuntimeFieldInfo => GetResourceString("Argument_MustBeRuntimeFieldInfo");
777
778 internal static string Argument_MustBeRuntimeMethodInfo => GetResourceString("Argument_MustBeRuntimeMethodInfo");
779
780 internal static string Argument_MustBeRuntimeReflectionObject => GetResourceString("Argument_MustBeRuntimeReflectionObject");
781
782 internal static string Argument_MustBeRuntimeType => GetResourceString("Argument_MustBeRuntimeType");
783
784 internal static string Argument_MustBeTypeBuilder => GetResourceString("Argument_MustBeTypeBuilder");
785
786 internal static string Argument_MustHaveAttributeBaseClass => GetResourceString("Argument_MustHaveAttributeBaseClass");
787
788 internal static string Argument_NativeOverlappedAlreadyFree => GetResourceString("Argument_NativeOverlappedAlreadyFree");
789
790 internal static string Argument_NativeOverlappedWrongBoundHandle => GetResourceString("Argument_NativeOverlappedWrongBoundHandle");
791
792 internal static string Argument_NeedGenericMethodDefinition => GetResourceString("Argument_NeedGenericMethodDefinition");
793
794 internal static string Argument_NeedNonGenericType => GetResourceString("Argument_NeedNonGenericType");
795
796 internal static string Argument_NeedStructWithNoRefs => GetResourceString("Argument_NeedStructWithNoRefs");
797
798 internal static string Argument_NeverValidGenericArgument => GetResourceString("Argument_NeverValidGenericArgument");
799
800 internal static string Argument_NoEra => GetResourceString("Argument_NoEra");
801
802 internal static string Argument_NoRegionInvariantCulture => GetResourceString("Argument_NoRegionInvariantCulture");
803
804 internal static string Argument_NotAWritableProperty => GetResourceString("Argument_NotAWritableProperty");
805
806 internal static string Argument_NotEnoughBytesToRead => GetResourceString("Argument_NotEnoughBytesToRead");
807
808 internal static string Argument_NotEnoughBytesToWrite => GetResourceString("Argument_NotEnoughBytesToWrite");
809
810 internal static string Argument_NotEnoughGenArguments => GetResourceString("Argument_NotEnoughGenArguments");
811
812 internal static string Argument_NotExceptionType => GetResourceString("Argument_NotExceptionType");
813
814 internal static string Argument_NotInExceptionBlock => GetResourceString("Argument_NotInExceptionBlock");
815
816 internal static string Argument_NotMethodCallOpcode => GetResourceString("Argument_NotMethodCallOpcode");
817
818 internal static string Argument_NotSerializable => GetResourceString("Argument_NotSerializable");
819
820 internal static string Argument_ObjNotComObject => GetResourceString("Argument_ObjNotComObject");
821
822 internal static string Argument_OffsetAndCapacityOutOfBounds => GetResourceString("Argument_OffsetAndCapacityOutOfBounds");
823
824 internal static string Argument_OffsetLocalMismatch => GetResourceString("Argument_OffsetLocalMismatch");
825
826 internal static string Argument_OffsetOfFieldNotFound => GetResourceString("Argument_OffsetOfFieldNotFound");
827
828 internal static string Argument_OffsetOutOfRange => GetResourceString("Argument_OffsetOutOfRange");
829
830 internal static string Argument_OffsetPrecision => GetResourceString("Argument_OffsetPrecision");
831
832 internal static string Argument_OffsetUtcMismatch => GetResourceString("Argument_OffsetUtcMismatch");
833
834 internal static string Argument_OneOfCulturesNotSupported => GetResourceString("Argument_OneOfCulturesNotSupported");
835
836 internal static string Argument_OnlyMscorlib => GetResourceString("Argument_OnlyMscorlib");
837
838 internal static string Argument_OutOfOrderDateTimes => GetResourceString("Argument_OutOfOrderDateTimes");
839
840 internal static string Argument_PathEmpty => GetResourceString("Argument_PathEmpty");
841
842 internal static string Argument_PreAllocatedAlreadyAllocated => GetResourceString("Argument_PreAllocatedAlreadyAllocated");
843
844 internal static string Argument_RecursiveFallback => GetResourceString("Argument_RecursiveFallback");
845
846 internal static string Argument_RecursiveFallbackBytes => GetResourceString("Argument_RecursiveFallbackBytes");
847
848 internal static string Argument_RedefinedLabel => GetResourceString("Argument_RedefinedLabel");
849
850 internal static string Argument_ResolveField => GetResourceString("Argument_ResolveField");
851
852 internal static string Argument_ResolveFieldHandle => GetResourceString("Argument_ResolveFieldHandle");
853
854 internal static string Argument_ResolveMember => GetResourceString("Argument_ResolveMember");
855
856 internal static string Argument_ResolveMethod => GetResourceString("Argument_ResolveMethod");
857
858 internal static string Argument_ResolveMethodHandle => GetResourceString("Argument_ResolveMethodHandle");
859
860 internal static string Argument_ResolveModuleType => GetResourceString("Argument_ResolveModuleType");
861
862 internal static string Argument_ResolveString => GetResourceString("Argument_ResolveString");
863
864 internal static string Argument_ResolveType => GetResourceString("Argument_ResolveType");
865
866 internal static string Argument_ResultCalendarRange => GetResourceString("Argument_ResultCalendarRange");
867
868 internal static string Argument_SemaphoreInitialMaximum => GetResourceString("Argument_SemaphoreInitialMaximum");
869
870 internal static string Argument_ShouldNotSpecifyExceptionType => GetResourceString("Argument_ShouldNotSpecifyExceptionType");
871
872 internal static string Argument_ShouldOnlySetVisibilityFlags => GetResourceString("Argument_ShouldOnlySetVisibilityFlags");
873
874 internal static string Argument_SigIsFinalized => GetResourceString("Argument_SigIsFinalized");
875
876 internal static string Argument_StreamNotReadable => GetResourceString("Argument_StreamNotReadable");
877
878 internal static string Argument_StreamNotWritable => GetResourceString("Argument_StreamNotWritable");
879
880 internal static string Argument_StringFirstCharIsZero => GetResourceString("Argument_StringFirstCharIsZero");
881
882 internal static string Argument_StringZeroLength => GetResourceString("Argument_StringZeroLength");
883
884 internal static string Argument_TimeSpanHasSeconds => GetResourceString("Argument_TimeSpanHasSeconds");
885
886 internal static string Argument_ToExclusiveLessThanFromExclusive => GetResourceString("Argument_ToExclusiveLessThanFromExclusive");
887
888 internal static string Argument_TooManyFinallyClause => GetResourceString("Argument_TooManyFinallyClause");
889
890 internal static string Argument_TransitionTimesAreIdentical => GetResourceString("Argument_TransitionTimesAreIdentical");
891
892 internal static string Argument_TypedReferenceInvalidField => GetResourceString("Argument_TypedReferenceInvalidField");
893
894 internal static string Argument_TypeMustNotBeComImport => GetResourceString("Argument_TypeMustNotBeComImport");
895
896 internal static string Argument_TypeNameTooLong => GetResourceString("Argument_TypeNameTooLong");
897
898 internal static string Argument_TypeNotComObject => GetResourceString("Argument_TypeNotComObject");
899
900 internal static string Argument_TypeNotValid => GetResourceString("Argument_TypeNotValid");
901
902 internal static string Argument_UnclosedExceptionBlock => GetResourceString("Argument_UnclosedExceptionBlock");
903
904 internal static string Argument_UnknownUnmanagedCallConv => GetResourceString("Argument_UnknownUnmanagedCallConv");
905
906 internal static string Argument_UnmanagedMemAccessorWrapAround => GetResourceString("Argument_UnmanagedMemAccessorWrapAround");
907
908 internal static string Argument_UnmatchedMethodForLocal => GetResourceString("Argument_UnmatchedMethodForLocal");
909
910 internal static string Argument_UnmatchingSymScope => GetResourceString("Argument_UnmatchingSymScope");
911
912 internal static string Argument_UTCOutOfRange => GetResourceString("Argument_UTCOutOfRange");
913
914 internal static string ArgumentException_BadMethodImplBody => GetResourceString("ArgumentException_BadMethodImplBody");
915
916 internal static string ArgumentException_BufferNotFromPool => GetResourceString("ArgumentException_BufferNotFromPool");
917
918 internal static string ArgumentException_OtherNotArrayOfCorrectLength => GetResourceString("ArgumentException_OtherNotArrayOfCorrectLength");
919
920 internal static string ArgumentException_NotIsomorphic => GetResourceString("ArgumentException_NotIsomorphic");
921
922 internal static string ArgumentException_TupleIncorrectType => GetResourceString("ArgumentException_TupleIncorrectType");
923
924 internal static string ArgumentException_TupleLastArgumentNotATuple => GetResourceString("ArgumentException_TupleLastArgumentNotATuple");
925
926 internal static string ArgumentException_ValueTupleIncorrectType => GetResourceString("ArgumentException_ValueTupleIncorrectType");
927
928 internal static string ArgumentException_ValueTupleLastArgumentNotAValueTuple => GetResourceString("ArgumentException_ValueTupleLastArgumentNotAValueTuple");
929
930 internal static string ArgumentNull_Array => GetResourceString("ArgumentNull_Array");
931
932 internal static string ArgumentNull_ArrayElement => GetResourceString("ArgumentNull_ArrayElement");
933
934 internal static string ArgumentNull_ArrayValue => GetResourceString("ArgumentNull_ArrayValue");
935
936 internal static string ArgumentNull_Assembly => GetResourceString("ArgumentNull_Assembly");
937
938 internal static string ArgumentNull_AssemblyNameName => GetResourceString("ArgumentNull_AssemblyNameName");
939
940 internal static string ArgumentNull_Buffer => GetResourceString("ArgumentNull_Buffer");
941
942 internal static string ArgumentNull_Child => GetResourceString("ArgumentNull_Child");
943
944 internal static string ArgumentNull_Collection => GetResourceString("ArgumentNull_Collection");
945
946 internal static string ArgumentNull_Dictionary => GetResourceString("ArgumentNull_Dictionary");
947
948 internal static string ArgumentNull_FileName => GetResourceString("ArgumentNull_FileName");
949
950 internal static string ArgumentNull_Generic => GetResourceString("ArgumentNull_Generic");
951
952 internal static string ArgumentNull_Key => GetResourceString("ArgumentNull_Key");
953
954 internal static string ArgumentNull_Path => GetResourceString("ArgumentNull_Path");
955
956 internal static string ArgumentNull_SafeHandle => GetResourceString("ArgumentNull_SafeHandle");
957
958 internal static string ArgumentNull_Stream => GetResourceString("ArgumentNull_Stream");
959
960 internal static string ArgumentNull_String => GetResourceString("ArgumentNull_String");
961
962 internal static string ArgumentNull_Type => GetResourceString("ArgumentNull_Type");
963
964 internal static string ArgumentNull_Waithandles => GetResourceString("ArgumentNull_Waithandles");
965
966 internal static string ArgumentOutOfRange_ActualValue => GetResourceString("ArgumentOutOfRange_ActualValue");
967
968 internal static string ArgumentOutOfRange_AddValue => GetResourceString("ArgumentOutOfRange_AddValue");
969
970 internal static string ArgumentOutOfRange_ArrayLB => GetResourceString("ArgumentOutOfRange_ArrayLB");
971
972 internal static string ArgumentOutOfRange_BadHourMinuteSecond => GetResourceString("ArgumentOutOfRange_BadHourMinuteSecond");
973
974 internal static string ArgumentOutOfRange_BadYearMonthDay => GetResourceString("ArgumentOutOfRange_BadYearMonthDay");
975
976 internal static string ArgumentOutOfRange_BiggerThanCollection => GetResourceString("ArgumentOutOfRange_BiggerThanCollection");
977
978 internal static string ArgumentOutOfRange_BinaryReaderFillBuffer => GetResourceString("ArgumentOutOfRange_BinaryReaderFillBuffer");
979
980 internal static string ArgumentOutOfRange_Bounds_Lower_Upper => GetResourceString("ArgumentOutOfRange_Bounds_Lower_Upper");
981
982 internal static string ArgumentOutOfRange_CalendarRange => GetResourceString("ArgumentOutOfRange_CalendarRange");
983
984 internal static string ArgumentOutOfRange_Capacity => GetResourceString("ArgumentOutOfRange_Capacity");
985
986 internal static string ArgumentOutOfRange_Count => GetResourceString("ArgumentOutOfRange_Count");
987
988 internal static string ArgumentOutOfRange_DateArithmetic => GetResourceString("ArgumentOutOfRange_DateArithmetic");
989
990 internal static string ArgumentOutOfRange_DateTimeBadMonths => GetResourceString("ArgumentOutOfRange_DateTimeBadMonths");
991
992 internal static string ArgumentOutOfRange_DateTimeBadTicks => GetResourceString("ArgumentOutOfRange_DateTimeBadTicks");
993
994 internal static string ArgumentOutOfRange_TimeOnlyBadTicks => GetResourceString("ArgumentOutOfRange_TimeOnlyBadTicks");
995
996 internal static string ArgumentOutOfRange_DateTimeBadYears => GetResourceString("ArgumentOutOfRange_DateTimeBadYears");
997
998 internal static string ArgumentOutOfRange_Day => GetResourceString("ArgumentOutOfRange_Day");
999
1000 internal static string ArgumentOutOfRange_DayOfWeek => GetResourceString("ArgumentOutOfRange_DayOfWeek");
1001
1002 internal static string ArgumentOutOfRange_DayParam => GetResourceString("ArgumentOutOfRange_DayParam");
1003
1004 internal static string ArgumentOutOfRange_DecimalRound => GetResourceString("ArgumentOutOfRange_DecimalRound");
1005
1006 internal static string ArgumentOutOfRange_DecimalScale => GetResourceString("ArgumentOutOfRange_DecimalScale");
1007
1008 internal static string ArgumentOutOfRange_EndIndexStartIndex => GetResourceString("ArgumentOutOfRange_EndIndexStartIndex");
1009
1010 internal static string ArgumentOutOfRange_Enum => GetResourceString("ArgumentOutOfRange_Enum");
1011
1012 internal static string ArgumentOutOfRange_Era => GetResourceString("ArgumentOutOfRange_Era");
1013
1014 internal static string ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig");
1015
1016 internal static string ArgumentOutOfRange_FileTimeInvalid => GetResourceString("ArgumentOutOfRange_FileTimeInvalid");
1017
1018 internal static string ArgumentOutOfRange_GenericPositive => GetResourceString("ArgumentOutOfRange_GenericPositive");
1019
1020 internal static string ArgumentOutOfRange_GetByteCountOverflow => GetResourceString("ArgumentOutOfRange_GetByteCountOverflow");
1021
1022 internal static string ArgumentOutOfRange_GetCharCountOverflow => GetResourceString("ArgumentOutOfRange_GetCharCountOverflow");
1023
1024 internal static string ArgumentOutOfRange_HashtableLoadFactor => GetResourceString("ArgumentOutOfRange_HashtableLoadFactor");
1025
1026 internal static string ArgumentOutOfRange_HugeArrayNotSupported => GetResourceString("ArgumentOutOfRange_HugeArrayNotSupported");
1027
1028 internal static string ArgumentOutOfRange_Index => GetResourceString("ArgumentOutOfRange_Index");
1029
1030 internal static string ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount");
1031
1032 internal static string ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer");
1033
1034 internal static string ArgumentOutOfRange_IndexLength => GetResourceString("ArgumentOutOfRange_IndexLength");
1035
1036 internal static string ArgumentOutOfRange_IndexString => GetResourceString("ArgumentOutOfRange_IndexString");
1037
1038 internal static string ArgumentOutOfRange_InputTooLarge => GetResourceString("ArgumentOutOfRange_InputTooLarge");
1039
1040 internal static string ArgumentOutOfRange_InvalidEraValue => GetResourceString("ArgumentOutOfRange_InvalidEraValue");
1041
1042 internal static string ArgumentOutOfRange_InvalidHighSurrogate => GetResourceString("ArgumentOutOfRange_InvalidHighSurrogate");
1043
1044 internal static string ArgumentOutOfRange_InvalidLowSurrogate => GetResourceString("ArgumentOutOfRange_InvalidLowSurrogate");
1045
1046 internal static string ArgumentOutOfRange_InvalidUTF32 => GetResourceString("ArgumentOutOfRange_InvalidUTF32");
1047
1048 internal static string ArgumentOutOfRange_Length => GetResourceString("ArgumentOutOfRange_Length");
1049
1050 internal static string ArgumentOutOfRange_LengthGreaterThanCapacity => GetResourceString("ArgumentOutOfRange_LengthGreaterThanCapacity");
1051
1052 internal static string ArgumentOutOfRange_LengthTooLarge => GetResourceString("ArgumentOutOfRange_LengthTooLarge");
1053
1054 internal static string ArgumentOutOfRange_LessEqualToIntegerMaxVal => GetResourceString("ArgumentOutOfRange_LessEqualToIntegerMaxVal");
1055
1056 internal static string ArgumentOutOfRange_ListInsert => GetResourceString("ArgumentOutOfRange_ListInsert");
1057
1058 internal static string ArgumentOutOfRange_Month => GetResourceString("ArgumentOutOfRange_Month");
1059
1060 internal static string ArgumentOutOfRange_DayNumber => GetResourceString("ArgumentOutOfRange_DayNumber");
1061
1062 internal static string ArgumentOutOfRange_MonthParam => GetResourceString("ArgumentOutOfRange_MonthParam");
1063
1064 internal static string ArgumentOutOfRange_MustBeNonNegInt32 => GetResourceString("ArgumentOutOfRange_MustBeNonNegInt32");
1065
1066 internal static string ArgumentOutOfRange_MustBeNonNegNum => GetResourceString("ArgumentOutOfRange_MustBeNonNegNum");
1067
1068 internal static string ArgumentOutOfRange_MustBePositive => GetResourceString("ArgumentOutOfRange_MustBePositive");
1069
1070 internal static string ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum");
1071
1072 internal static string ArgumentOutOfRange_NeedNonNegOrNegative1 => GetResourceString("ArgumentOutOfRange_NeedNonNegOrNegative1");
1073
1074 internal static string ArgumentOutOfRange_NeedPosNum => GetResourceString("ArgumentOutOfRange_NeedPosNum");
1075
1076 internal static string ArgumentOutOfRange_NeedValidId => GetResourceString("ArgumentOutOfRange_NeedValidId");
1077
1078 internal static string ArgumentOutOfRange_NegativeCapacity => GetResourceString("ArgumentOutOfRange_NegativeCapacity");
1079
1080 internal static string ArgumentOutOfRange_NegativeCount => GetResourceString("ArgumentOutOfRange_NegativeCount");
1081
1082 internal static string ArgumentOutOfRange_NegativeLength => GetResourceString("ArgumentOutOfRange_NegativeLength");
1083
1084 internal static string ArgumentOutOfRange_OffsetLength => GetResourceString("ArgumentOutOfRange_OffsetLength");
1085
1086 internal static string ArgumentOutOfRange_OffsetOut => GetResourceString("ArgumentOutOfRange_OffsetOut");
1087
1088 internal static string ArgumentOutOfRange_ParamSequence => GetResourceString("ArgumentOutOfRange_ParamSequence");
1089
1090 internal static string ArgumentOutOfRange_PartialWCHAR => GetResourceString("ArgumentOutOfRange_PartialWCHAR");
1091
1092 internal static string ArgumentOutOfRange_PeriodTooLarge => GetResourceString("ArgumentOutOfRange_PeriodTooLarge");
1093
1094 internal static string ArgumentOutOfRange_PositionLessThanCapacityRequired => GetResourceString("ArgumentOutOfRange_PositionLessThanCapacityRequired");
1095
1096 internal static string ArgumentOutOfRange_Range => GetResourceString("ArgumentOutOfRange_Range");
1097
1098 internal static string ArgumentOutOfRange_RoundingDigits => GetResourceString("ArgumentOutOfRange_RoundingDigits");
1099
1100 internal static string ArgumentOutOfRange_RoundingDigits_MathF => GetResourceString("ArgumentOutOfRange_RoundingDigits_MathF");
1101
1102 internal static string ArgumentOutOfRange_SmallCapacity => GetResourceString("ArgumentOutOfRange_SmallCapacity");
1103
1104 internal static string ArgumentOutOfRange_SmallMaxCapacity => GetResourceString("ArgumentOutOfRange_SmallMaxCapacity");
1105
1106 internal static string ArgumentOutOfRange_StartIndex => GetResourceString("ArgumentOutOfRange_StartIndex");
1107
1108 internal static string ArgumentOutOfRange_StartIndexLargerThanLength => GetResourceString("ArgumentOutOfRange_StartIndexLargerThanLength");
1109
1110 internal static string ArgumentOutOfRange_StreamLength => GetResourceString("ArgumentOutOfRange_StreamLength");
1111
1112 internal static string ArgumentOutOfRange_TimeoutTooLarge => GetResourceString("ArgumentOutOfRange_TimeoutTooLarge");
1113
1114 internal static string ArgumentOutOfRange_UIntPtrMax => GetResourceString("ArgumentOutOfRange_UIntPtrMax");
1115
1116 internal static string ArgumentOutOfRange_UnmanagedMemStreamLength => GetResourceString("ArgumentOutOfRange_UnmanagedMemStreamLength");
1117
1118 internal static string ArgumentOutOfRange_UnmanagedMemStreamWrapAround => GetResourceString("ArgumentOutOfRange_UnmanagedMemStreamWrapAround");
1119
1120 internal static string ArgumentOutOfRange_UtcOffset => GetResourceString("ArgumentOutOfRange_UtcOffset");
1121
1122 internal static string ArgumentOutOfRange_UtcOffsetAndDaylightDelta => GetResourceString("ArgumentOutOfRange_UtcOffsetAndDaylightDelta");
1123
1124 internal static string ArgumentOutOfRange_Version => GetResourceString("ArgumentOutOfRange_Version");
1125
1126 internal static string ArgumentOutOfRange_Week => GetResourceString("ArgumentOutOfRange_Week");
1127
1128 internal static string ArgumentOutOfRange_Year => GetResourceString("ArgumentOutOfRange_Year");
1129
1130 internal static string Arithmetic_NaN => GetResourceString("Arithmetic_NaN");
1131
1132 internal static string ArrayTypeMismatch_ConstrainedCopy => GetResourceString("ArrayTypeMismatch_ConstrainedCopy");
1133
1134 internal static string AssemblyLoadContext_Unload_CannotUnloadIfNotCollectible => GetResourceString("AssemblyLoadContext_Unload_CannotUnloadIfNotCollectible");
1135
1136 internal static string AssemblyLoadContext_Verify_NotUnloading => GetResourceString("AssemblyLoadContext_Verify_NotUnloading");
1137
1138 internal static string AssertionFailed => GetResourceString("AssertionFailed");
1139
1140 internal static string AssertionFailed_Cnd => GetResourceString("AssertionFailed_Cnd");
1141
1142 internal static string AssumptionFailed => GetResourceString("AssumptionFailed");
1143
1144 internal static string AssumptionFailed_Cnd => GetResourceString("AssumptionFailed_Cnd");
1145
1146 internal static string AsyncMethodBuilder_InstanceNotInitialized => GetResourceString("AsyncMethodBuilder_InstanceNotInitialized");
1147
1148 internal static string BadImageFormat_BadILFormat => GetResourceString("BadImageFormat_BadILFormat");
1149
1150 internal static string BadImageFormat_InvalidType => GetResourceString("BadImageFormat_InvalidType");
1151
1152 internal static string BadImageFormat_NegativeStringLength => GetResourceString("BadImageFormat_NegativeStringLength");
1153
1154 internal static string BadImageFormat_ParameterSignatureMismatch => GetResourceString("BadImageFormat_ParameterSignatureMismatch");
1155
1156 internal static string BadImageFormat_ResType_SerBlobMismatch => GetResourceString("BadImageFormat_ResType_SerBlobMismatch");
1157
1158 internal static string BadImageFormat_ResourceDataLengthInvalid => GetResourceString("BadImageFormat_ResourceDataLengthInvalid");
1159
1160 internal static string BadImageFormat_ResourceNameCorrupted => GetResourceString("BadImageFormat_ResourceNameCorrupted");
1161
1162 internal static string BadImageFormat_ResourceNameCorrupted_NameIndex => GetResourceString("BadImageFormat_ResourceNameCorrupted_NameIndex");
1163
1164 internal static string BadImageFormat_ResourcesDataInvalidOffset => GetResourceString("BadImageFormat_ResourcesDataInvalidOffset");
1165
1166 internal static string BadImageFormat_ResourcesHeaderCorrupted => GetResourceString("BadImageFormat_ResourcesHeaderCorrupted");
1167
1168 internal static string BadImageFormat_ResourcesIndexTooLong => GetResourceString("BadImageFormat_ResourcesIndexTooLong");
1169
1170 internal static string BadImageFormat_ResourcesNameInvalidOffset => GetResourceString("BadImageFormat_ResourcesNameInvalidOffset");
1171
1172 internal static string BadImageFormat_ResourcesNameTooLong => GetResourceString("BadImageFormat_ResourcesNameTooLong");
1173
1174 internal static string BadImageFormat_TypeMismatch => GetResourceString("BadImageFormat_TypeMismatch");
1175
1176 internal static string CancellationToken_CreateLinkedToken_TokensIsEmpty => GetResourceString("CancellationToken_CreateLinkedToken_TokensIsEmpty");
1177
1178 internal static string CancellationTokenSource_Disposed => GetResourceString("CancellationTokenSource_Disposed");
1179
1180 internal static string ConcurrentCollection_SyncRoot_NotSupported => GetResourceString("ConcurrentCollection_SyncRoot_NotSupported");
1181
1182 internal static string EventSource_AbstractMustNotDeclareEventMethods => GetResourceString("EventSource_AbstractMustNotDeclareEventMethods");
1183
1184 internal static string EventSource_AbstractMustNotDeclareKTOC => GetResourceString("EventSource_AbstractMustNotDeclareKTOC");
1185
1186 internal static string EventSource_AddScalarOutOfRange => GetResourceString("EventSource_AddScalarOutOfRange");
1187
1188 internal static string EventSource_BadHexDigit => GetResourceString("EventSource_BadHexDigit");
1189
1190 internal static string EventSource_ChannelTypeDoesNotMatchEventChannelValue => GetResourceString("EventSource_ChannelTypeDoesNotMatchEventChannelValue");
1191
1192 internal static string EventSource_DataDescriptorsOutOfRange => GetResourceString("EventSource_DataDescriptorsOutOfRange");
1193
1194 internal static string EventSource_DuplicateStringKey => GetResourceString("EventSource_DuplicateStringKey");
1195
1196 internal static string EventSource_EnumKindMismatch => GetResourceString("EventSource_EnumKindMismatch");
1197
1198 internal static string EventSource_EvenHexDigits => GetResourceString("EventSource_EvenHexDigits");
1199
1200 internal static string EventSource_EventChannelOutOfRange => GetResourceString("EventSource_EventChannelOutOfRange");
1201
1202 internal static string EventSource_EventIdReused => GetResourceString("EventSource_EventIdReused");
1203
1204 internal static string EventSource_EventMustHaveTaskIfNonDefaultOpcode => GetResourceString("EventSource_EventMustHaveTaskIfNonDefaultOpcode");
1205
1206 internal static string EventSource_EventMustNotBeExplicitImplementation => GetResourceString("EventSource_EventMustNotBeExplicitImplementation");
1207
1208 internal static string EventSource_EventNameReused => GetResourceString("EventSource_EventNameReused");
1209
1210 internal static string EventSource_EventParametersMismatch => GetResourceString("EventSource_EventParametersMismatch");
1211
1212 internal static string EventSource_EventSourceGuidInUse => GetResourceString("EventSource_EventSourceGuidInUse");
1213
1214 internal static string EventSource_EventTooBig => GetResourceString("EventSource_EventTooBig");
1215
1216 internal static string EventSource_EventWithAdminChannelMustHaveMessage => GetResourceString("EventSource_EventWithAdminChannelMustHaveMessage");
1217
1218 internal static string EventSource_IllegalKeywordsValue => GetResourceString("EventSource_IllegalKeywordsValue");
1219
1220 internal static string EventSource_IllegalOpcodeValue => GetResourceString("EventSource_IllegalOpcodeValue");
1221
1222 internal static string EventSource_IllegalTaskValue => GetResourceString("EventSource_IllegalTaskValue");
1223
1224 internal static string EventSource_IllegalValue => GetResourceString("EventSource_IllegalValue");
1225
1226 internal static string EventSource_IncorrentlyAuthoredTypeInfo => GetResourceString("EventSource_IncorrentlyAuthoredTypeInfo");
1227
1228 internal static string EventSource_InvalidCommand => GetResourceString("EventSource_InvalidCommand");
1229
1230 internal static string EventSource_InvalidEventFormat => GetResourceString("EventSource_InvalidEventFormat");
1231
1232 internal static string EventSource_KeywordCollision => GetResourceString("EventSource_KeywordCollision");
1233
1234 internal static string EventSource_KeywordNeedPowerOfTwo => GetResourceString("EventSource_KeywordNeedPowerOfTwo");
1235
1236 internal static string EventSource_ListenerCreatedInsideCallback => GetResourceString("EventSource_ListenerCreatedInsideCallback");
1237
1238 internal static string EventSource_ListenerNotFound => GetResourceString("EventSource_ListenerNotFound");
1239
1240 internal static string EventSource_ListenerWriteFailure => GetResourceString("EventSource_ListenerWriteFailure");
1241
1242 internal static string EventSource_MaxChannelExceeded => GetResourceString("EventSource_MaxChannelExceeded");
1243
1244 internal static string EventSource_MismatchIdToWriteEvent => GetResourceString("EventSource_MismatchIdToWriteEvent");
1245
1246 internal static string EventSource_NeedGuid => GetResourceString("EventSource_NeedGuid");
1247
1248 internal static string EventSource_NeedName => GetResourceString("EventSource_NeedName");
1249
1250 internal static string EventSource_NeedPositiveId => GetResourceString("EventSource_NeedPositiveId");
1251
1252 internal static string EventSource_NoFreeBuffers => GetResourceString("EventSource_NoFreeBuffers");
1253
1254 internal static string EventSource_NonCompliantTypeError => GetResourceString("EventSource_NonCompliantTypeError");
1255
1256 internal static string EventSource_NoRelatedActivityId => GetResourceString("EventSource_NoRelatedActivityId");
1257
1258 internal static string EventSource_NotSupportedArrayOfBinary => GetResourceString("EventSource_NotSupportedArrayOfBinary");
1259
1260 internal static string EventSource_NotSupportedArrayOfNil => GetResourceString("EventSource_NotSupportedArrayOfNil");
1261
1262 internal static string EventSource_NotSupportedArrayOfNullTerminatedString => GetResourceString("EventSource_NotSupportedArrayOfNullTerminatedString");
1263
1264 internal static string EventSource_NotSupportedNestedArraysEnums => GetResourceString("EventSource_NotSupportedNestedArraysEnums");
1265
1266 internal static string EventSource_NullInput => GetResourceString("EventSource_NullInput");
1267
1268 internal static string EventSource_OpcodeCollision => GetResourceString("EventSource_OpcodeCollision");
1269
1270 internal static string EventSource_PinArrayOutOfRange => GetResourceString("EventSource_PinArrayOutOfRange");
1271
1272 internal static string EventSource_RecursiveTypeDefinition => GetResourceString("EventSource_RecursiveTypeDefinition");
1273
1274 internal static string EventSource_StopsFollowStarts => GetResourceString("EventSource_StopsFollowStarts");
1275
1276 internal static string EventSource_TaskCollision => GetResourceString("EventSource_TaskCollision");
1277
1278 internal static string EventSource_TaskOpcodePairReused => GetResourceString("EventSource_TaskOpcodePairReused");
1279
1280 internal static string EventSource_TooManyArgs => GetResourceString("EventSource_TooManyArgs");
1281
1282 internal static string EventSource_TooManyFields => GetResourceString("EventSource_TooManyFields");
1283
1284 internal static string EventSource_ToString => GetResourceString("EventSource_ToString");
1285
1286 internal static string EventSource_TraitEven => GetResourceString("EventSource_TraitEven");
1287
1288 internal static string EventSource_TypeMustBeSealedOrAbstract => GetResourceString("EventSource_TypeMustBeSealedOrAbstract");
1289
1290 internal static string EventSource_TypeMustDeriveFromEventSource => GetResourceString("EventSource_TypeMustDeriveFromEventSource");
1291
1292 internal static string EventSource_UndefinedChannel => GetResourceString("EventSource_UndefinedChannel");
1293
1294 internal static string EventSource_UndefinedKeyword => GetResourceString("EventSource_UndefinedKeyword");
1295
1296 internal static string EventSource_UndefinedOpcode => GetResourceString("EventSource_UndefinedOpcode");
1297
1298 internal static string EventSource_UnknownEtwTrait => GetResourceString("EventSource_UnknownEtwTrait");
1299
1300 internal static string EventSource_UnsupportedEventTypeInManifest => GetResourceString("EventSource_UnsupportedEventTypeInManifest");
1301
1302 internal static string EventSource_UnsupportedMessageProperty => GetResourceString("EventSource_UnsupportedMessageProperty");
1303
1304 internal static string EventSource_VarArgsParameterMismatch => GetResourceString("EventSource_VarArgsParameterMismatch");
1305
1306 internal static string Exception_EndOfInnerExceptionStack => GetResourceString("Exception_EndOfInnerExceptionStack");
1307
1308 internal static string Exception_EndStackTraceFromPreviousThrow => GetResourceString("Exception_EndStackTraceFromPreviousThrow");
1309
1310 internal static string Exception_WasThrown => GetResourceString("Exception_WasThrown");
1311
1312 internal static string ExecutionContext_ExceptionInAsyncLocalNotification => GetResourceString("ExecutionContext_ExceptionInAsyncLocalNotification");
1313
1314 internal static string FileNotFound_ResolveAssembly => GetResourceString("FileNotFound_ResolveAssembly");
1315
1316 internal static string Format_AttributeUsage => GetResourceString("Format_AttributeUsage");
1317
1318 internal static string Format_Bad7BitInt => GetResourceString("Format_Bad7BitInt");
1319
1320 internal static string Format_BadBase64Char => GetResourceString("Format_BadBase64Char");
1321
1322 internal static string Format_BadBoolean => GetResourceString("Format_BadBoolean");
1323
1324 internal static string Format_BadDateOnly => GetResourceString("Format_BadDateOnly");
1325
1326 internal static string Format_BadTimeOnly => GetResourceString("Format_BadTimeOnly");
1327
1328 internal static string Format_DateTimeOnlyContainsNoneDateParts => GetResourceString("Format_DateTimeOnlyContainsNoneDateParts");
1329
1330 internal static string Format_BadFormatSpecifier => GetResourceString("Format_BadFormatSpecifier");
1331
1332 internal static string Format_NoFormatSpecifier => GetResourceString("Format_NoFormatSpecifier");
1333
1334 internal static string Format_BadHexChar => GetResourceString("Format_BadHexChar");
1335
1336 internal static string Format_BadHexLength => GetResourceString("Format_BadHexLength");
1337
1338 internal static string Format_BadQuote => GetResourceString("Format_BadQuote");
1339
1340 internal static string Format_BadTimeSpan => GetResourceString("Format_BadTimeSpan");
1341
1342 internal static string Format_EmptyInputString => GetResourceString("Format_EmptyInputString");
1343
1344 internal static string Format_ExtraJunkAtEnd => GetResourceString("Format_ExtraJunkAtEnd");
1345
1346 internal static string Format_GuidUnrecognized => GetResourceString("Format_GuidUnrecognized");
1347
1348 internal static string Format_IndexOutOfRange => GetResourceString("Format_IndexOutOfRange");
1349
1350 internal static string Format_InvalidEnumFormatSpecification => GetResourceString("Format_InvalidEnumFormatSpecification");
1351
1352 internal static string Format_InvalidGuidFormatSpecification => GetResourceString("Format_InvalidGuidFormatSpecification");
1353
1354 internal static string Format_InvalidString => GetResourceString("Format_InvalidString");
1355
1356 internal static string Format_NeedSingleChar => GetResourceString("Format_NeedSingleChar");
1357
1358 internal static string Format_NoParsibleDigits => GetResourceString("Format_NoParsibleDigits");
1359
1360 internal static string Format_StringZeroLength => GetResourceString("Format_StringZeroLength");
1361
1362 internal static string IndexOutOfRange_ArrayRankIndex => GetResourceString("IndexOutOfRange_ArrayRankIndex");
1363
1364 internal static string IndexOutOfRange_UMSPosition => GetResourceString("IndexOutOfRange_UMSPosition");
1365
1366 internal static string InsufficientMemory_MemFailPoint => GetResourceString("InsufficientMemory_MemFailPoint");
1367
1368 internal static string InsufficientMemory_MemFailPoint_TooBig => GetResourceString("InsufficientMemory_MemFailPoint_TooBig");
1369
1370 internal static string InsufficientMemory_MemFailPoint_VAFrag => GetResourceString("InsufficientMemory_MemFailPoint_VAFrag");
1371
1372 internal static string Interop_COM_TypeMismatch => GetResourceString("Interop_COM_TypeMismatch");
1373
1374 internal static string Interop_Marshal_Unmappable_Char => GetResourceString("Interop_Marshal_Unmappable_Char");
1375
1376 internal static string Interop_Marshal_SafeHandle_InvalidOperation => GetResourceString("Interop_Marshal_SafeHandle_InvalidOperation");
1377
1378 internal static string Interop_Marshal_CannotCreateSafeHandleField => GetResourceString("Interop_Marshal_CannotCreateSafeHandleField");
1379
1380 internal static string Interop_Marshal_CannotCreateCriticalHandleField => GetResourceString("Interop_Marshal_CannotCreateCriticalHandleField");
1381
1382 internal static string InvalidCast_CannotCastNullToValueType => GetResourceString("InvalidCast_CannotCastNullToValueType");
1383
1384 internal static string InvalidCast_CannotCoerceByRefVariant => GetResourceString("InvalidCast_CannotCoerceByRefVariant");
1385
1386 internal static string InvalidCast_DBNull => GetResourceString("InvalidCast_DBNull");
1387
1388 internal static string InvalidCast_Empty => GetResourceString("InvalidCast_Empty");
1389
1390 internal static string InvalidCast_FromDBNull => GetResourceString("InvalidCast_FromDBNull");
1391
1392 internal static string InvalidCast_FromTo => GetResourceString("InvalidCast_FromTo");
1393
1394 internal static string InvalidCast_IConvertible => GetResourceString("InvalidCast_IConvertible");
1395
1396 internal static string InvalidOperation_AsyncFlowCtrlCtxMismatch => GetResourceString("InvalidOperation_AsyncFlowCtrlCtxMismatch");
1397
1398 internal static string InvalidOperation_AsyncIOInProgress => GetResourceString("InvalidOperation_AsyncIOInProgress");
1399
1400 internal static string InvalidOperation_BadEmptyMethodBody => GetResourceString("InvalidOperation_BadEmptyMethodBody");
1401
1402 internal static string InvalidOperation_BadILGeneratorUsage => GetResourceString("InvalidOperation_BadILGeneratorUsage");
1403
1404 internal static string InvalidOperation_BadInstructionOrIndexOutOfBound => GetResourceString("InvalidOperation_BadInstructionOrIndexOutOfBound");
1405
1406 internal static string InvalidOperation_BadInterfaceNotAbstract => GetResourceString("InvalidOperation_BadInterfaceNotAbstract");
1407
1408 internal static string InvalidOperation_BadMethodBody => GetResourceString("InvalidOperation_BadMethodBody");
1409
1410 internal static string InvalidOperation_BadTypeAttributesNotAbstract => GetResourceString("InvalidOperation_BadTypeAttributesNotAbstract");
1411
1412 internal static string InvalidOperation_CalledTwice => GetResourceString("InvalidOperation_CalledTwice");
1413
1414 internal static string InvalidOperation_CannotImportGlobalFromDifferentModule => GetResourceString("InvalidOperation_CannotImportGlobalFromDifferentModule");
1415
1416 internal static string InvalidOperation_CannotRegisterSecondResolver => GetResourceString("InvalidOperation_CannotRegisterSecondResolver");
1417
1418 internal static string InvalidOperation_CannotRestoreUnsupressedFlow => GetResourceString("InvalidOperation_CannotRestoreUnsupressedFlow");
1419
1420 internal static string InvalidOperation_CannotSupressFlowMultipleTimes => GetResourceString("InvalidOperation_CannotSupressFlowMultipleTimes");
1421
1422 internal static string InvalidOperation_CannotUseAFCMultiple => GetResourceString("InvalidOperation_CannotUseAFCMultiple");
1423
1424 internal static string InvalidOperation_CannotUseAFCOtherThread => GetResourceString("InvalidOperation_CannotUseAFCOtherThread");
1425
1426 internal static string InvalidOperation_CollectionCorrupted => GetResourceString("InvalidOperation_CollectionCorrupted");
1427
1428 internal static string InvalidOperation_ComputerName => GetResourceString("InvalidOperation_ComputerName");
1429
1430 internal static string InvalidOperation_ConcurrentOperationsNotSupported => GetResourceString("InvalidOperation_ConcurrentOperationsNotSupported");
1431
1432 internal static string InvalidOperation_ConstructorNotAllowedOnInterface => GetResourceString("InvalidOperation_ConstructorNotAllowedOnInterface");
1433
1434 internal static string InvalidOperation_DateTimeParsing => GetResourceString("InvalidOperation_DateTimeParsing");
1435
1436 internal static string InvalidOperation_DefaultConstructorILGen => GetResourceString("InvalidOperation_DefaultConstructorILGen");
1437
1438 internal static string InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded");
1439
1440 internal static string InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion");
1441
1442 internal static string InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted");
1443
1444 internal static string InvalidOperation_EnumOpCantHappen => GetResourceString("InvalidOperation_EnumOpCantHappen");
1445
1446 internal static string InvalidOperation_EventInfoNotAvailable => GetResourceString("InvalidOperation_EventInfoNotAvailable");
1447
1448 internal static string InvalidOperation_GenericParametersAlreadySet => GetResourceString("InvalidOperation_GenericParametersAlreadySet");
1449
1450 internal static string InvalidOperation_GetVersion => GetResourceString("InvalidOperation_GetVersion");
1451
1452 internal static string InvalidOperation_GlobalsHaveBeenCreated => GetResourceString("InvalidOperation_GlobalsHaveBeenCreated");
1453
1454 internal static string InvalidOperation_HandleIsNotInitialized => GetResourceString("InvalidOperation_HandleIsNotInitialized");
1455
1456 internal static string InvalidOperation_HandleIsNotPinned => GetResourceString("InvalidOperation_HandleIsNotPinned");
1457
1458 internal static string InvalidOperation_HashInsertFailed => GetResourceString("InvalidOperation_HashInsertFailed");
1459
1460 internal static string InvalidOperation_IComparerFailed => GetResourceString("InvalidOperation_IComparerFailed");
1461
1462 internal static string InvalidOperation_MethodBaked => GetResourceString("InvalidOperation_MethodBaked");
1463
1464 internal static string InvalidOperation_MethodBuilderBaked => GetResourceString("InvalidOperation_MethodBuilderBaked");
1465
1466 internal static string InvalidOperation_MethodHasBody => GetResourceString("InvalidOperation_MethodHasBody");
1467
1468 internal static string InvalidOperation_MustCallInitialize => GetResourceString("InvalidOperation_MustCallInitialize");
1469
1470 internal static string InvalidOperation_NativeOverlappedReused => GetResourceString("InvalidOperation_NativeOverlappedReused");
1471
1472 internal static string InvalidOperation_NoMultiModuleAssembly => GetResourceString("InvalidOperation_NoMultiModuleAssembly");
1473
1474 internal static string InvalidOperation_NoPublicAddMethod => GetResourceString("InvalidOperation_NoPublicAddMethod");
1475
1476 internal static string InvalidOperation_NoPublicRemoveMethod => GetResourceString("InvalidOperation_NoPublicRemoveMethod");
1477
1478 internal static string InvalidOperation_NotADebugModule => GetResourceString("InvalidOperation_NotADebugModule");
1479
1480 internal static string InvalidOperation_NotAllowedInDynamicMethod => GetResourceString("InvalidOperation_NotAllowedInDynamicMethod");
1481
1482 internal static string InvalidOperation_NotAVarArgCallingConvention => GetResourceString("InvalidOperation_NotAVarArgCallingConvention");
1483
1484 internal static string InvalidOperation_NotGenericType => GetResourceString("InvalidOperation_NotGenericType");
1485
1486 internal static string InvalidOperation_NotWithConcurrentGC => GetResourceString("InvalidOperation_NotWithConcurrentGC");
1487
1488 internal static string InvalidOperation_NoUnderlyingTypeOnEnum => GetResourceString("InvalidOperation_NoUnderlyingTypeOnEnum");
1489
1490 internal static string InvalidOperation_NoValue => GetResourceString("InvalidOperation_NoValue");
1491
1492 internal static string InvalidOperation_NullArray => GetResourceString("InvalidOperation_NullArray");
1493
1494 internal static string InvalidOperation_NullContext => GetResourceString("InvalidOperation_NullContext");
1495
1496 internal static string InvalidOperation_NullModuleHandle => GetResourceString("InvalidOperation_NullModuleHandle");
1497
1498 internal static string InvalidOperation_OpenLocalVariableScope => GetResourceString("InvalidOperation_OpenLocalVariableScope");
1499
1500 internal static string InvalidOperation_Overlapped_Pack => GetResourceString("InvalidOperation_Overlapped_Pack");
1501
1502 internal static string InvalidOperation_PropertyInfoNotAvailable => GetResourceString("InvalidOperation_PropertyInfoNotAvailable");
1503
1504 internal static string InvalidOperation_ReadOnly => GetResourceString("InvalidOperation_ReadOnly");
1505
1506 internal static string InvalidOperation_ResMgrBadResSet_Type => GetResourceString("InvalidOperation_ResMgrBadResSet_Type");
1507
1508 internal static string InvalidOperation_ResourceNotStream_Name => GetResourceString("InvalidOperation_ResourceNotStream_Name");
1509
1510 internal static string InvalidOperation_ResourceNotString_Name => GetResourceString("InvalidOperation_ResourceNotString_Name");
1511
1512 internal static string InvalidOperation_ResourceNotString_Type => GetResourceString("InvalidOperation_ResourceNotString_Type");
1513
1514 internal static string InvalidOperation_SetLatencyModeNoGC => GetResourceString("InvalidOperation_SetLatencyModeNoGC");
1515
1516 internal static string InvalidOperation_ShouldNotHaveMethodBody => GetResourceString("InvalidOperation_ShouldNotHaveMethodBody");
1517
1518 internal static string InvalidOperation_ThreadWrongThreadStart => GetResourceString("InvalidOperation_ThreadWrongThreadStart");
1519
1520 internal static string InvalidOperation_TimeoutsNotSupported => GetResourceString("InvalidOperation_TimeoutsNotSupported");
1521
1522 internal static string InvalidOperation_TimerAlreadyClosed => GetResourceString("InvalidOperation_TimerAlreadyClosed");
1523
1524 internal static string InvalidOperation_TypeHasBeenCreated => GetResourceString("InvalidOperation_TypeHasBeenCreated");
1525
1526 internal static string InvalidOperation_TypeNotCreated => GetResourceString("InvalidOperation_TypeNotCreated");
1527
1528 internal static string InvalidOperation_UnderlyingArrayListChanged => GetResourceString("InvalidOperation_UnderlyingArrayListChanged");
1529
1530 internal static string InvalidOperation_UnknownEnumType => GetResourceString("InvalidOperation_UnknownEnumType");
1531
1532 internal static string InvalidOperation_WrongAsyncResultOrEndCalledMultiple => GetResourceString("InvalidOperation_WrongAsyncResultOrEndCalledMultiple");
1533
1534 internal static string InvalidProgram_Default => GetResourceString("InvalidProgram_Default");
1535
1536 internal static string InvalidTimeZone_InvalidRegistryData => GetResourceString("InvalidTimeZone_InvalidRegistryData");
1537
1538 internal static string InvariantFailed => GetResourceString("InvariantFailed");
1539
1540 internal static string InvariantFailed_Cnd => GetResourceString("InvariantFailed_Cnd");
1541
1542 internal static string IO_NoFileTableInInMemoryAssemblies => GetResourceString("IO_NoFileTableInInMemoryAssemblies");
1543
1544 internal static string IO_EOF_ReadBeyondEOF => GetResourceString("IO_EOF_ReadBeyondEOF");
1545
1546 internal static string IO_FileLoad => GetResourceString("IO_FileLoad");
1547
1548 internal static string IO_FileName_Name => GetResourceString("IO_FileName_Name");
1549
1550 internal static string IO_FileNotFound => GetResourceString("IO_FileNotFound");
1551
1552 internal static string IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName");
1553
1554 internal static string IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name");
1555
1556 internal static string IO_DiskFull_Path_AllocationSize => GetResourceString("IO_DiskFull_Path_AllocationSize");
1557
1558 internal static string IO_FileTooLarge_Path_AllocationSize => GetResourceString("IO_FileTooLarge_Path_AllocationSize");
1559
1560 internal static string IO_BindHandleFailed => GetResourceString("IO_BindHandleFailed");
1561
1562 internal static string IO_FileExists_Name => GetResourceString("IO_FileExists_Name");
1563
1564 internal static string IO_FileStreamHandlePosition => GetResourceString("IO_FileStreamHandlePosition");
1565
1566 internal static string IO_FileTooLong2GB => GetResourceString("IO_FileTooLong2GB");
1567
1568 internal static string IO_FileTooLong => GetResourceString("IO_FileTooLong");
1569
1570 internal static string IO_FileTooLongOrHandleNotSync => GetResourceString("IO_FileTooLongOrHandleNotSync");
1571
1572 internal static string IO_FixedCapacity => GetResourceString("IO_FixedCapacity");
1573
1574 internal static string IO_InvalidStringLen_Len => GetResourceString("IO_InvalidStringLen_Len");
1575
1576 internal static string IO_SeekAppendOverwrite => GetResourceString("IO_SeekAppendOverwrite");
1577
1578 internal static string IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin");
1579
1580 internal static string IO_SetLengthAppendTruncate => GetResourceString("IO_SetLengthAppendTruncate");
1581
1582 internal static string IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File");
1583
1584 internal static string IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName");
1585
1586 internal static string IO_StreamTooLong => GetResourceString("IO_StreamTooLong");
1587
1588 internal static string IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName");
1589
1590 internal static string IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path");
1591
1592 internal static string IO_PathTooLong => GetResourceString("IO_PathTooLong");
1593
1594 internal static string IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path");
1595
1596 internal static string IO_UnknownFileName => GetResourceString("IO_UnknownFileName");
1597
1598 internal static string Lazy_CreateValue_NoParameterlessCtorForT => GetResourceString("Lazy_CreateValue_NoParameterlessCtorForT");
1599
1600 internal static string Lazy_ctor_ModeInvalid => GetResourceString("Lazy_ctor_ModeInvalid");
1601
1602 internal static string Lazy_StaticInit_InvalidOperation => GetResourceString("Lazy_StaticInit_InvalidOperation");
1603
1604 internal static string Lazy_ToString_ValueNotCreated => GetResourceString("Lazy_ToString_ValueNotCreated");
1605
1606 internal static string Lazy_Value_RecursiveCallsToValue => GetResourceString("Lazy_Value_RecursiveCallsToValue");
1607
1608 internal static string ManualResetEventSlim_ctor_SpinCountOutOfRange => GetResourceString("ManualResetEventSlim_ctor_SpinCountOutOfRange");
1609
1610 internal static string ManualResetEventSlim_ctor_TooManyWaiters => GetResourceString("ManualResetEventSlim_ctor_TooManyWaiters");
1611
1612 internal static string ManualResetEventSlim_Disposed => GetResourceString("ManualResetEventSlim_Disposed");
1613
1614 internal static string Marshaler_StringTooLong => GetResourceString("Marshaler_StringTooLong");
1615
1616 internal static string MissingConstructor_Name => GetResourceString("MissingConstructor_Name");
1617
1618 internal static string MissingField => GetResourceString("MissingField");
1619
1620 internal static string MissingField_Name => GetResourceString("MissingField_Name");
1621
1622 internal static string MissingManifestResource_MultipleBlobs => GetResourceString("MissingManifestResource_MultipleBlobs");
1623
1624 internal static string MissingManifestResource_NoNeutralAsm => GetResourceString("MissingManifestResource_NoNeutralAsm");
1625
1626 internal static string MissingManifestResource_NoNeutralDisk => GetResourceString("MissingManifestResource_NoNeutralDisk");
1627
1628 internal static string MissingMember => GetResourceString("MissingMember");
1629
1630 internal static string MissingMember_Name => GetResourceString("MissingMember_Name");
1631
1632 internal static string MissingMemberNestErr => GetResourceString("MissingMemberNestErr");
1633
1634 internal static string MissingMemberTypeRef => GetResourceString("MissingMemberTypeRef");
1635
1636 internal static string MissingMethod_Name => GetResourceString("MissingMethod_Name");
1637
1638 internal static string MissingSatelliteAssembly_Culture_Name => GetResourceString("MissingSatelliteAssembly_Culture_Name");
1639
1640 internal static string MissingSatelliteAssembly_Default => GetResourceString("MissingSatelliteAssembly_Default");
1641
1642 internal static string Multicast_Combine => GetResourceString("Multicast_Combine");
1643
1644 internal static string MustUseCCRewrite => GetResourceString("MustUseCCRewrite");
1645
1646 internal static string NotSupported_AbstractNonCLS => GetResourceString("NotSupported_AbstractNonCLS");
1647
1648 internal static string NotSupported_ActivAttr => GetResourceString("NotSupported_ActivAttr");
1649
1650 internal static string NotSupported_AssemblyLoadFromHash => GetResourceString("NotSupported_AssemblyLoadFromHash");
1651
1652 internal static string NotSupported_ByRefToByRefLikeReturn => GetResourceString("NotSupported_ByRefToByRefLikeReturn");
1653
1654 internal static string NotSupported_ByRefToVoidReturn => GetResourceString("NotSupported_ByRefToVoidReturn");
1655
1656 internal static string NotSupported_CallToVarArg => GetResourceString("NotSupported_CallToVarArg");
1657
1658 internal static string NotSupported_CannotCallEqualsOnSpan => GetResourceString("NotSupported_CannotCallEqualsOnSpan");
1659
1660 internal static string NotSupported_CannotCallGetHashCodeOnSpan => GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan");
1661
1662 internal static string NotSupported_ChangeType => GetResourceString("NotSupported_ChangeType");
1663
1664 internal static string NotSupported_CreateInstanceWithTypeBuilder => GetResourceString("NotSupported_CreateInstanceWithTypeBuilder");
1665
1666 internal static string NotSupported_DBNullSerial => GetResourceString("NotSupported_DBNullSerial");
1667
1668 internal static string NotSupported_DynamicAssembly => GetResourceString("NotSupported_DynamicAssembly");
1669
1670 internal static string NotSupported_DynamicMethodFlags => GetResourceString("NotSupported_DynamicMethodFlags");
1671
1672 internal static string NotSupported_DynamicModule => GetResourceString("NotSupported_DynamicModule");
1673
1674 internal static string NotSupported_FixedSizeCollection => GetResourceString("NotSupported_FixedSizeCollection");
1675
1676 internal static string InvalidOperation_SpanOverlappedOperation => GetResourceString("InvalidOperation_SpanOverlappedOperation");
1677
1678 internal static string NotSupported_IllegalOneByteBranch => GetResourceString("NotSupported_IllegalOneByteBranch");
1679
1680 internal static string NotSupported_KeyCollectionSet => GetResourceString("NotSupported_KeyCollectionSet");
1681
1682 internal static string NotSupported_MaxWaitHandles => GetResourceString("NotSupported_MaxWaitHandles");
1683
1684 internal static string NotSupported_MemStreamNotExpandable => GetResourceString("NotSupported_MemStreamNotExpandable");
1685
1686 internal static string NotSupported_MustBeModuleBuilder => GetResourceString("NotSupported_MustBeModuleBuilder");
1687
1688 internal static string NotSupported_NoCodepageData => GetResourceString("NotSupported_NoCodepageData");
1689
1690 internal static string InvalidOperation_FunctionMissingUnmanagedCallersOnly => GetResourceString("InvalidOperation_FunctionMissingUnmanagedCallersOnly");
1691
1692 internal static string NotSupported_NonReflectedType => GetResourceString("NotSupported_NonReflectedType");
1693
1694 internal static string NotSupported_NoParentDefaultConstructor => GetResourceString("NotSupported_NoParentDefaultConstructor");
1695
1696 internal static string NotSupported_NoTypeInfo => GetResourceString("NotSupported_NoTypeInfo");
1697
1698 internal static string NotSupported_NYI => GetResourceString("NotSupported_NYI");
1699
1700 internal static string NotSupported_ObsoleteResourcesFile => GetResourceString("NotSupported_ObsoleteResourcesFile");
1701
1702 internal static string NotSupported_OutputStreamUsingTypeBuilder => GetResourceString("NotSupported_OutputStreamUsingTypeBuilder");
1703
1704 internal static string NotSupported_RangeCollection => GetResourceString("NotSupported_RangeCollection");
1705
1706 internal static string NotSupported_Reading => GetResourceString("NotSupported_Reading");
1707
1708 internal static string NotSupported_ReadOnlyCollection => GetResourceString("NotSupported_ReadOnlyCollection");
1709
1710 internal static string NotSupported_ResourceObjectSerialization => GetResourceString("NotSupported_ResourceObjectSerialization");
1711
1712 internal static string NotSupported_StringComparison => GetResourceString("NotSupported_StringComparison");
1713
1714 internal static string NotSupported_SubclassOverride => GetResourceString("NotSupported_SubclassOverride");
1715
1716 internal static string NotSupported_SymbolMethod => GetResourceString("NotSupported_SymbolMethod");
1717
1718 internal static string NotSupported_Type => GetResourceString("NotSupported_Type");
1719
1720 internal static string NotSupported_TypeNotYetCreated => GetResourceString("NotSupported_TypeNotYetCreated");
1721
1722 internal static string NotSupported_UmsSafeBuffer => GetResourceString("NotSupported_UmsSafeBuffer");
1723
1724 internal static string NotSupported_UnitySerHolder => GetResourceString("NotSupported_UnitySerHolder");
1725
1726 internal static string NotSupported_UnknownTypeCode => GetResourceString("NotSupported_UnknownTypeCode");
1727
1728 internal static string NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream");
1729
1730 internal static string NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream");
1731
1732 internal static string NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream");
1733
1734 internal static string NotSupported_ValueCollectionSet => GetResourceString("NotSupported_ValueCollectionSet");
1735
1736 internal static string NotSupported_Writing => GetResourceString("NotSupported_Writing");
1737
1738 internal static string NotSupported_WrongResourceReader_Type => GetResourceString("NotSupported_WrongResourceReader_Type");
1739
1740 internal static string ObjectDisposed_FileClosed => GetResourceString("ObjectDisposed_FileClosed");
1741
1742 internal static string ObjectDisposed_Generic => GetResourceString("ObjectDisposed_Generic");
1743
1744 internal static string ObjectDisposed_ObjectName_Name => GetResourceString("ObjectDisposed_ObjectName_Name");
1745
1746 internal static string ObjectDisposed_WriterClosed => GetResourceString("ObjectDisposed_WriterClosed");
1747
1748 internal static string ObjectDisposed_ReaderClosed => GetResourceString("ObjectDisposed_ReaderClosed");
1749
1750 internal static string ObjectDisposed_ResourceSet => GetResourceString("ObjectDisposed_ResourceSet");
1751
1752 internal static string ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed");
1753
1754 internal static string ObjectDisposed_ViewAccessorClosed => GetResourceString("ObjectDisposed_ViewAccessorClosed");
1755
1756 internal static string ObjectDisposed_SafeHandleClosed => GetResourceString("ObjectDisposed_SafeHandleClosed");
1757
1758 internal static string OperationCanceled => GetResourceString("OperationCanceled");
1759
1760 internal static string Overflow_Byte => GetResourceString("Overflow_Byte");
1761
1762 internal static string Overflow_Char => GetResourceString("Overflow_Char");
1763
1764 internal static string Overflow_Currency => GetResourceString("Overflow_Currency");
1765
1766 internal static string Overflow_Decimal => GetResourceString("Overflow_Decimal");
1767
1768 internal static string Overflow_Duration => GetResourceString("Overflow_Duration");
1769
1770 internal static string Overflow_Int16 => GetResourceString("Overflow_Int16");
1771
1772 internal static string Overflow_Int32 => GetResourceString("Overflow_Int32");
1773
1774 internal static string Overflow_Int64 => GetResourceString("Overflow_Int64");
1775
1776 internal static string Overflow_NegateTwosCompNum => GetResourceString("Overflow_NegateTwosCompNum");
1777
1778 internal static string Overflow_NegativeUnsigned => GetResourceString("Overflow_NegativeUnsigned");
1779
1780 internal static string Overflow_SByte => GetResourceString("Overflow_SByte");
1781
1782 internal static string Overflow_TimeSpanElementTooLarge => GetResourceString("Overflow_TimeSpanElementTooLarge");
1783
1784 internal static string Overflow_TimeSpanTooLong => GetResourceString("Overflow_TimeSpanTooLong");
1785
1786 internal static string Overflow_UInt16 => GetResourceString("Overflow_UInt16");
1787
1788 internal static string Overflow_UInt32 => GetResourceString("Overflow_UInt32");
1789
1790 internal static string Overflow_UInt64 => GetResourceString("Overflow_UInt64");
1791
1792 internal static string PlatformNotSupported_ReflectionOnly => GetResourceString("PlatformNotSupported_ReflectionOnly");
1793
1794 internal static string PlatformNotSupported_Remoting => GetResourceString("PlatformNotSupported_Remoting");
1795
1796 internal static string PlatformNotSupported_SecureBinarySerialization => GetResourceString("PlatformNotSupported_SecureBinarySerialization");
1797
1798 internal static string PlatformNotSupported_StrongNameSigning => GetResourceString("PlatformNotSupported_StrongNameSigning");
1799
1800 internal static string PlatformNotSupported_ITypeInfo => GetResourceString("PlatformNotSupported_ITypeInfo");
1801
1802 internal static string PlatformNotSupported_IExpando => GetResourceString("PlatformNotSupported_IExpando");
1803
1804 internal static string PlatformNotSupported_AppDomains => GetResourceString("PlatformNotSupported_AppDomains");
1805
1806 internal static string PlatformNotSupported_CAS => GetResourceString("PlatformNotSupported_CAS");
1807
1808 internal static string PlatformNotSupported_Principal => GetResourceString("PlatformNotSupported_Principal");
1809
1810 internal static string PlatformNotSupported_ThreadAbort => GetResourceString("PlatformNotSupported_ThreadAbort");
1811
1812 internal static string PlatformNotSupported_ThreadSuspend => GetResourceString("PlatformNotSupported_ThreadSuspend");
1813
1814 internal static string PostconditionFailed => GetResourceString("PostconditionFailed");
1815
1816 internal static string PostconditionFailed_Cnd => GetResourceString("PostconditionFailed_Cnd");
1817
1818 internal static string PostconditionOnExceptionFailed => GetResourceString("PostconditionOnExceptionFailed");
1819
1820 internal static string PostconditionOnExceptionFailed_Cnd => GetResourceString("PostconditionOnExceptionFailed_Cnd");
1821
1822 internal static string PreconditionFailed => GetResourceString("PreconditionFailed");
1823
1824 internal static string PreconditionFailed_Cnd => GetResourceString("PreconditionFailed_Cnd");
1825
1826 internal static string Rank_MultiDimNotSupported => GetResourceString("Rank_MultiDimNotSupported");
1827
1828 internal static string Rank_MustMatch => GetResourceString("Rank_MustMatch");
1829
1830 internal static string ResourceReaderIsClosed => GetResourceString("ResourceReaderIsClosed");
1831
1832 internal static string Resources_StreamNotValid => GetResourceString("Resources_StreamNotValid");
1833
1834 internal static string RFLCT_AmbigCust => GetResourceString("RFLCT_AmbigCust");
1835
1836 internal static string RFLCT_Ambiguous => GetResourceString("RFLCT_Ambiguous");
1837
1838 internal static string InvalidFilterCriteriaException_CritInt => GetResourceString("InvalidFilterCriteriaException_CritInt");
1839
1840 internal static string InvalidFilterCriteriaException_CritString => GetResourceString("InvalidFilterCriteriaException_CritString");
1841
1842 internal static string RFLCT_InvalidFieldFail => GetResourceString("RFLCT_InvalidFieldFail");
1843
1844 internal static string RFLCT_InvalidPropFail => GetResourceString("RFLCT_InvalidPropFail");
1845
1846 internal static string RFLCT_Targ_ITargMismatch => GetResourceString("RFLCT_Targ_ITargMismatch");
1847
1848 internal static string RFLCT_Targ_StatFldReqTarg => GetResourceString("RFLCT_Targ_StatFldReqTarg");
1849
1850 internal static string RFLCT_Targ_StatMethReqTarg => GetResourceString("RFLCT_Targ_StatMethReqTarg");
1851
1852 internal static string RuntimeWrappedException => GetResourceString("RuntimeWrappedException");
1853
1854 internal static string StandardOleMarshalObjectGetMarshalerFailed => GetResourceString("StandardOleMarshalObjectGetMarshalerFailed");
1855
1856 internal static string Security_CannotReadRegistryData => GetResourceString("Security_CannotReadRegistryData");
1857
1858 internal static string Security_RegistryPermission => GetResourceString("Security_RegistryPermission");
1859
1860 internal static string SemaphoreSlim_ctor_InitialCountWrong => GetResourceString("SemaphoreSlim_ctor_InitialCountWrong");
1861
1862 internal static string SemaphoreSlim_ctor_MaxCountWrong => GetResourceString("SemaphoreSlim_ctor_MaxCountWrong");
1863
1864 internal static string SemaphoreSlim_Disposed => GetResourceString("SemaphoreSlim_Disposed");
1865
1866 internal static string SemaphoreSlim_Release_CountWrong => GetResourceString("SemaphoreSlim_Release_CountWrong");
1867
1868 internal static string SemaphoreSlim_Wait_TimeoutWrong => GetResourceString("SemaphoreSlim_Wait_TimeoutWrong");
1869
1870 internal static string Serialization_BadParameterInfo => GetResourceString("Serialization_BadParameterInfo");
1871
1872 internal static string Serialization_CorruptField => GetResourceString("Serialization_CorruptField");
1873
1874 internal static string Serialization_DateTimeTicksOutOfRange => GetResourceString("Serialization_DateTimeTicksOutOfRange");
1875
1876 internal static string Serialization_DelegatesNotSupported => GetResourceString("Serialization_DelegatesNotSupported");
1877
1878 internal static string Serialization_InsufficientState => GetResourceString("Serialization_InsufficientState");
1879
1880 internal static string Serialization_InvalidData => GetResourceString("Serialization_InvalidData");
1881
1882 internal static string Serialization_InvalidEscapeSequence => GetResourceString("Serialization_InvalidEscapeSequence");
1883
1884 internal static string Serialization_InvalidOnDeser => GetResourceString("Serialization_InvalidOnDeser");
1885
1886 internal static string Serialization_InvalidType => GetResourceString("Serialization_InvalidType");
1887
1888 internal static string Serialization_KeyValueDifferentSizes => GetResourceString("Serialization_KeyValueDifferentSizes");
1889
1890 internal static string Serialization_MissingDateTimeData => GetResourceString("Serialization_MissingDateTimeData");
1891
1892 internal static string Serialization_MissingKeys => GetResourceString("Serialization_MissingKeys");
1893
1894 internal static string Serialization_MissingValues => GetResourceString("Serialization_MissingValues");
1895
1896 internal static string Serialization_NoParameterInfo => GetResourceString("Serialization_NoParameterInfo");
1897
1898 internal static string Serialization_NotFound => GetResourceString("Serialization_NotFound");
1899
1900 internal static string Serialization_NullKey => GetResourceString("Serialization_NullKey");
1901
1902 internal static string Serialization_OptionalFieldVersionValue => GetResourceString("Serialization_OptionalFieldVersionValue");
1903
1904 internal static string Serialization_SameNameTwice => GetResourceString("Serialization_SameNameTwice");
1905
1906 internal static string Serialization_StringBuilderCapacity => GetResourceString("Serialization_StringBuilderCapacity");
1907
1908 internal static string Serialization_StringBuilderMaxCapacity => GetResourceString("Serialization_StringBuilderMaxCapacity");
1909
1910 internal static string SpinLock_Exit_SynchronizationLockException => GetResourceString("SpinLock_Exit_SynchronizationLockException");
1911
1912 internal static string SpinLock_IsHeldByCurrentThread => GetResourceString("SpinLock_IsHeldByCurrentThread");
1913
1914 internal static string SpinLock_TryEnter_ArgumentOutOfRange => GetResourceString("SpinLock_TryEnter_ArgumentOutOfRange");
1915
1916 internal static string SpinLock_TryEnter_LockRecursionException => GetResourceString("SpinLock_TryEnter_LockRecursionException");
1917
1918 internal static string SpinLock_TryReliableEnter_ArgumentException => GetResourceString("SpinLock_TryReliableEnter_ArgumentException");
1919
1920 internal static string SpinWait_SpinUntil_ArgumentNull => GetResourceString("SpinWait_SpinUntil_ArgumentNull");
1921
1922 internal static string SpinWait_SpinUntil_TimeoutWrong => GetResourceString("SpinWait_SpinUntil_TimeoutWrong");
1923
1924 internal static string Task_ContinueWith_ESandLR => GetResourceString("Task_ContinueWith_ESandLR");
1925
1926 internal static string Task_ContinueWith_NotOnAnything => GetResourceString("Task_ContinueWith_NotOnAnything");
1927
1928 internal static string Task_InvalidTimerTimeSpan => GetResourceString("Task_InvalidTimerTimeSpan");
1929
1930 internal static string Task_Delay_InvalidMillisecondsDelay => GetResourceString("Task_Delay_InvalidMillisecondsDelay");
1931
1932 internal static string Task_Dispose_NotCompleted => GetResourceString("Task_Dispose_NotCompleted");
1933
1934 internal static string Task_FromAsync_LongRunning => GetResourceString("Task_FromAsync_LongRunning");
1935
1936 internal static string Task_FromAsync_PreferFairness => GetResourceString("Task_FromAsync_PreferFairness");
1937
1938 internal static string Task_MultiTaskContinuation_EmptyTaskList => GetResourceString("Task_MultiTaskContinuation_EmptyTaskList");
1939
1940 internal static string Task_MultiTaskContinuation_FireOptions => GetResourceString("Task_MultiTaskContinuation_FireOptions");
1941
1942 internal static string Task_MultiTaskContinuation_NullTask => GetResourceString("Task_MultiTaskContinuation_NullTask");
1943
1944 internal static string Task_RunSynchronously_AlreadyStarted => GetResourceString("Task_RunSynchronously_AlreadyStarted");
1945
1946 internal static string Task_RunSynchronously_Continuation => GetResourceString("Task_RunSynchronously_Continuation");
1947
1948 internal static string Task_RunSynchronously_Promise => GetResourceString("Task_RunSynchronously_Promise");
1949
1950 internal static string Task_RunSynchronously_TaskCompleted => GetResourceString("Task_RunSynchronously_TaskCompleted");
1951
1952 internal static string Task_Start_AlreadyStarted => GetResourceString("Task_Start_AlreadyStarted");
1953
1954 internal static string Task_Start_ContinuationTask => GetResourceString("Task_Start_ContinuationTask");
1955
1956 internal static string Task_Start_Promise => GetResourceString("Task_Start_Promise");
1957
1958 internal static string Task_Start_TaskCompleted => GetResourceString("Task_Start_TaskCompleted");
1959
1960 internal static string Task_ThrowIfDisposed => GetResourceString("Task_ThrowIfDisposed");
1961
1962 internal static string Task_WaitMulti_NullTask => GetResourceString("Task_WaitMulti_NullTask");
1963
1964 internal static string TaskCanceledException_ctor_DefaultMessage => GetResourceString("TaskCanceledException_ctor_DefaultMessage");
1965
1966 internal static string TaskCompletionSourceT_TrySetException_NoExceptions => GetResourceString("TaskCompletionSourceT_TrySetException_NoExceptions");
1967
1968 internal static string TaskCompletionSourceT_TrySetException_NullException => GetResourceString("TaskCompletionSourceT_TrySetException_NullException");
1969
1970 internal static string TaskExceptionHolder_UnhandledException => GetResourceString("TaskExceptionHolder_UnhandledException");
1971
1972 internal static string TaskExceptionHolder_UnknownExceptionType => GetResourceString("TaskExceptionHolder_UnknownExceptionType");
1973
1974 internal static string TaskScheduler_ExecuteTask_WrongTaskScheduler => GetResourceString("TaskScheduler_ExecuteTask_WrongTaskScheduler");
1975
1976 internal static string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent => GetResourceString("TaskScheduler_FromCurrentSynchronizationContext_NoCurrent");
1977
1978 internal static string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline => GetResourceString("TaskScheduler_InconsistentStateAfterTryExecuteTaskInline");
1979
1980 internal static string TaskSchedulerException_ctor_DefaultMessage => GetResourceString("TaskSchedulerException_ctor_DefaultMessage");
1981
1982 internal static string TaskT_DebuggerNoResult => GetResourceString("TaskT_DebuggerNoResult");
1983
1984 internal static string TaskT_TransitionToFinal_AlreadyCompleted => GetResourceString("TaskT_TransitionToFinal_AlreadyCompleted");
1985
1986 internal static string Thread_ApartmentState_ChangeFailed => GetResourceString("Thread_ApartmentState_ChangeFailed");
1987
1988 internal static string Thread_GetSetCompressedStack_NotSupported => GetResourceString("Thread_GetSetCompressedStack_NotSupported");
1989
1990 internal static string Thread_Operation_RequiresCurrentThread => GetResourceString("Thread_Operation_RequiresCurrentThread");
1991
1992 internal static string Threading_AbandonedMutexException => GetResourceString("Threading_AbandonedMutexException");
1993
1994 internal static string Threading_WaitHandleCannotBeOpenedException => GetResourceString("Threading_WaitHandleCannotBeOpenedException");
1995
1996 internal static string Threading_WaitHandleCannotBeOpenedException_InvalidHandle => GetResourceString("Threading_WaitHandleCannotBeOpenedException_InvalidHandle");
1997
1998 internal static string Threading_WaitHandleTooManyPosts => GetResourceString("Threading_WaitHandleTooManyPosts");
1999
2000 internal static string Threading_SemaphoreFullException => GetResourceString("Threading_SemaphoreFullException");
2001
2002 internal static string ThreadLocal_Disposed => GetResourceString("ThreadLocal_Disposed");
2003
2004 internal static string ThreadLocal_Value_RecursiveCallsToValue => GetResourceString("ThreadLocal_Value_RecursiveCallsToValue");
2005
2006 internal static string ThreadLocal_ValuesNotAvailable => GetResourceString("ThreadLocal_ValuesNotAvailable");
2007
2008 internal static string TimeZoneNotFound_MissingData => GetResourceString("TimeZoneNotFound_MissingData");
2009
2010 internal static string TypeInitialization_Default => GetResourceString("TypeInitialization_Default");
2011
2012 internal static string TypeInitialization_Type => GetResourceString("TypeInitialization_Type");
2013
2014 internal static string TypeLoad_ResolveNestedType => GetResourceString("TypeLoad_ResolveNestedType");
2015
2016 internal static string TypeLoad_ResolveType => GetResourceString("TypeLoad_ResolveType");
2017
2018 internal static string TypeLoad_ResolveTypeFromAssembly => GetResourceString("TypeLoad_ResolveTypeFromAssembly");
2019
2020 internal static string UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName");
2021
2022 internal static string UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path");
2023
2024 internal static string UnauthorizedAccess_MemStreamBuffer => GetResourceString("UnauthorizedAccess_MemStreamBuffer");
2025
2026 internal static string UnauthorizedAccess_RegistryKeyGeneric_Key => GetResourceString("UnauthorizedAccess_RegistryKeyGeneric_Key");
2027
2028 internal static string UnknownError_Num => GetResourceString("UnknownError_Num");
2029
2030 internal static string Verification_Exception => GetResourceString("Verification_Exception");
2031
2032 internal static string DebugAssertBanner => GetResourceString("DebugAssertBanner");
2033
2034 internal static string DebugAssertLongMessage => GetResourceString("DebugAssertLongMessage");
2035
2036 internal static string DebugAssertShortMessage => GetResourceString("DebugAssertShortMessage");
2037
2038 internal static string LockRecursionException_ReadAfterWriteNotAllowed => GetResourceString("LockRecursionException_ReadAfterWriteNotAllowed");
2039
2040 internal static string LockRecursionException_RecursiveReadNotAllowed => GetResourceString("LockRecursionException_RecursiveReadNotAllowed");
2041
2042 internal static string LockRecursionException_RecursiveWriteNotAllowed => GetResourceString("LockRecursionException_RecursiveWriteNotAllowed");
2043
2044 internal static string LockRecursionException_RecursiveUpgradeNotAllowed => GetResourceString("LockRecursionException_RecursiveUpgradeNotAllowed");
2045
2046 internal static string LockRecursionException_WriteAfterReadNotAllowed => GetResourceString("LockRecursionException_WriteAfterReadNotAllowed");
2047
2048 internal static string SynchronizationLockException_MisMatchedUpgrade => GetResourceString("SynchronizationLockException_MisMatchedUpgrade");
2049
2050 internal static string SynchronizationLockException_MisMatchedRead => GetResourceString("SynchronizationLockException_MisMatchedRead");
2051
2052 internal static string SynchronizationLockException_IncorrectDispose => GetResourceString("SynchronizationLockException_IncorrectDispose");
2053
2054 internal static string LockRecursionException_UpgradeAfterReadNotAllowed => GetResourceString("LockRecursionException_UpgradeAfterReadNotAllowed");
2055
2056 internal static string LockRecursionException_UpgradeAfterWriteNotAllowed => GetResourceString("LockRecursionException_UpgradeAfterWriteNotAllowed");
2057
2058 internal static string SynchronizationLockException_MisMatchedWrite => GetResourceString("SynchronizationLockException_MisMatchedWrite");
2059
2060 internal static string NotSupported_SignatureType => GetResourceString("NotSupported_SignatureType");
2061
2062 internal static string HashCode_HashCodeNotSupported => GetResourceString("HashCode_HashCodeNotSupported");
2063
2064 internal static string HashCode_EqualityNotSupported => GetResourceString("HashCode_EqualityNotSupported");
2065
2066 internal static string Arg_TypeNotSupported => GetResourceString("Arg_TypeNotSupported");
2067
2068 internal static string IO_InvalidReadLength => GetResourceString("IO_InvalidReadLength");
2069
2070 internal static string Arg_BasePathNotFullyQualified => GetResourceString("Arg_BasePathNotFullyQualified");
2071
2072 internal static string Arg_ElementsInSourceIsGreaterThanDestination => GetResourceString("Arg_ElementsInSourceIsGreaterThanDestination");
2073
2074 internal static string Arg_NullArgumentNullRef => GetResourceString("Arg_NullArgumentNullRef");
2075
2076 internal static string Argument_OverlapAlignmentMismatch => GetResourceString("Argument_OverlapAlignmentMismatch");
2077
2078 internal static string Arg_InsufficientNumberOfElements => GetResourceString("Arg_InsufficientNumberOfElements");
2079
2080 internal static string Arg_MustBeNullTerminatedString => GetResourceString("Arg_MustBeNullTerminatedString");
2081
2082 internal static string ArgumentOutOfRange_Week_ISO => GetResourceString("ArgumentOutOfRange_Week_ISO");
2083
2084 internal static string Argument_BadPInvokeMethod => GetResourceString("Argument_BadPInvokeMethod");
2085
2086 internal static string Argument_BadPInvokeOnInterface => GetResourceString("Argument_BadPInvokeOnInterface");
2087
2088 internal static string Argument_MethodRedefined => GetResourceString("Argument_MethodRedefined");
2089
2090 internal static string Argument_CannotExtractScalar => GetResourceString("Argument_CannotExtractScalar");
2091
2092 internal static string Argument_CannotParsePrecision => GetResourceString("Argument_CannotParsePrecision");
2093
2094 internal static string Argument_GWithPrecisionNotSupported => GetResourceString("Argument_GWithPrecisionNotSupported");
2095
2096 internal static string Argument_PrecisionTooLarge => GetResourceString("Argument_PrecisionTooLarge");
2097
2098 internal static string AssemblyDependencyResolver_FailedToLoadHostpolicy => GetResourceString("AssemblyDependencyResolver_FailedToLoadHostpolicy");
2099
2100 internal static string AssemblyDependencyResolver_FailedToResolveDependencies => GetResourceString("AssemblyDependencyResolver_FailedToResolveDependencies");
2101
2102 internal static string Arg_EnumNotCloneable => GetResourceString("Arg_EnumNotCloneable");
2103
2104 internal static string InvalidOp_InvalidNewEnumVariant => GetResourceString("InvalidOp_InvalidNewEnumVariant");
2105
2106 internal static string Argument_StructArrayTooLarge => GetResourceString("Argument_StructArrayTooLarge");
2107
2108 internal static string IndexOutOfRange_ArrayWithOffset => GetResourceString("IndexOutOfRange_ArrayWithOffset");
2109
2110 internal static string Serialization_DangerousDeserialization => GetResourceString("Serialization_DangerousDeserialization");
2111
2112 internal static string Serialization_DangerousDeserialization_Switch => GetResourceString("Serialization_DangerousDeserialization_Switch");
2113
2114 internal static string Argument_InvalidStartupHookSimpleAssemblyName => GetResourceString("Argument_InvalidStartupHookSimpleAssemblyName");
2115
2116 internal static string Argument_StartupHookAssemblyLoadFailed => GetResourceString("Argument_StartupHookAssemblyLoadFailed");
2117
2118 internal static string InvalidOperation_NonStaticComRegFunction => GetResourceString("InvalidOperation_NonStaticComRegFunction");
2119
2120 internal static string InvalidOperation_NonStaticComUnRegFunction => GetResourceString("InvalidOperation_NonStaticComUnRegFunction");
2121
2122 internal static string InvalidOperation_InvalidComRegFunctionSig => GetResourceString("InvalidOperation_InvalidComRegFunctionSig");
2123
2124 internal static string InvalidOperation_InvalidComUnRegFunctionSig => GetResourceString("InvalidOperation_InvalidComUnRegFunctionSig");
2125
2126 internal static string InvalidOperation_MultipleComRegFunctions => GetResourceString("InvalidOperation_MultipleComRegFunctions");
2127
2128 internal static string InvalidOperation_MultipleComUnRegFunctions => GetResourceString("InvalidOperation_MultipleComUnRegFunctions");
2129
2130 internal static string InvalidOperation_ResetGlobalComWrappersInstance => GetResourceString("InvalidOperation_ResetGlobalComWrappersInstance");
2131
2132 internal static string InvalidOperation_SuppliedInnerMustBeMarkedAggregation => GetResourceString("InvalidOperation_SuppliedInnerMustBeMarkedAggregation");
2133
2134 internal static string Argument_SpansMustHaveSameLength => GetResourceString("Argument_SpansMustHaveSameLength");
2135
2136 internal static string NotSupported_CannotWriteToBufferedStreamIfReadBufferCannotBeFlushed => GetResourceString("NotSupported_CannotWriteToBufferedStreamIfReadBufferCannotBeFlushed");
2137
2138 internal static string GenericInvalidData => GetResourceString("GenericInvalidData");
2139
2140 internal static string Argument_ResourceScopeWrongDirection => GetResourceString("Argument_ResourceScopeWrongDirection");
2141
2142 internal static string ArgumentNull_TypeRequiredByResourceScope => GetResourceString("ArgumentNull_TypeRequiredByResourceScope");
2143
2144 internal static string Argument_BadResourceScopeTypeBits => GetResourceString("Argument_BadResourceScopeTypeBits");
2145
2146 internal static string Argument_BadResourceScopeVisibilityBits => GetResourceString("Argument_BadResourceScopeVisibilityBits");
2147
2148 internal static string net_emptystringcall => GetResourceString("net_emptystringcall");
2149
2150 internal static string Argument_EmptyApplicationName => GetResourceString("Argument_EmptyApplicationName");
2151
2152 internal static string Argument_FrameworkNameInvalid => GetResourceString("Argument_FrameworkNameInvalid");
2153
2154 internal static string Argument_FrameworkNameInvalidVersion => GetResourceString("Argument_FrameworkNameInvalidVersion");
2155
2156 internal static string Argument_FrameworkNameMissingVersion => GetResourceString("Argument_FrameworkNameMissingVersion");
2157
2158 internal static string Argument_FrameworkNameTooShort => GetResourceString("Argument_FrameworkNameTooShort");
2159
2160 internal static string Arg_SwitchExpressionException => GetResourceString("Arg_SwitchExpressionException");
2161
2162 internal static string Arg_ContextMarshalException => GetResourceString("Arg_ContextMarshalException");
2163
2164 internal static string Arg_AppDomainUnloadedException => GetResourceString("Arg_AppDomainUnloadedException");
2165
2166 internal static string SwitchExpressionException_UnmatchedValue => GetResourceString("SwitchExpressionException_UnmatchedValue");
2167
2168 internal static string Encoding_UTF7_Disabled => GetResourceString("Encoding_UTF7_Disabled");
2169
2170 internal static string IDynamicInterfaceCastable_DoesNotImplementRequested => GetResourceString("IDynamicInterfaceCastable_DoesNotImplementRequested");
2171
2172 internal static string IDynamicInterfaceCastable_MissingImplementationAttribute => GetResourceString("IDynamicInterfaceCastable_MissingImplementationAttribute");
2173
2174 internal static string IDynamicInterfaceCastable_NotInterface => GetResourceString("IDynamicInterfaceCastable_NotInterface");
2175
2176 internal static string Arg_MustBeHalf => GetResourceString("Arg_MustBeHalf");
2177
2178 internal static string Arg_MustBeRune => GetResourceString("Arg_MustBeRune");
2179
2180 internal static string BinaryFormatter_SerializationDisallowed => GetResourceString("BinaryFormatter_SerializationDisallowed");
2181
2182 internal static string NotSupported_CodeBase => GetResourceString("NotSupported_CodeBase");
2183
2184 internal static string Activator_CannotCreateInstance => GetResourceString("Activator_CannotCreateInstance");
2185
2186 internal static string Argv_IncludeDoubleQuote => GetResourceString("Argv_IncludeDoubleQuote");
2187
2188 internal static string ResourceManager_ReflectionNotAllowed => GetResourceString("ResourceManager_ReflectionNotAllowed");
2189
2190 internal static string NotSupported_COM => GetResourceString("NotSupported_COM");
2191
2192 internal static string InvalidOperation_EmptyQueue => GetResourceString("InvalidOperation_EmptyQueue");
2193
2194 internal static string Arg_FileIsDirectory_Name => GetResourceString("Arg_FileIsDirectory_Name");
2195
2196 internal static string Arg_InvalidFileAttrs => GetResourceString("Arg_InvalidFileAttrs");
2197
2198 internal static string Arg_Path2IsRooted => GetResourceString("Arg_Path2IsRooted");
2199
2200 internal static string Arg_PathIsVolume => GetResourceString("Arg_PathIsVolume");
2201
2202 internal static string Argument_InvalidSubPath => GetResourceString("Argument_InvalidSubPath");
2203
2204 internal static string IO_SourceDestMustBeDifferent => GetResourceString("IO_SourceDestMustBeDifferent");
2205
2206 internal static string IO_SourceDestMustHaveSameRoot => GetResourceString("IO_SourceDestMustHaveSameRoot");
2207
2208 internal static string PlatformNotSupported_FileEncryption => GetResourceString("PlatformNotSupported_FileEncryption");
2209
2210 internal static string Arg_MemberInfoNotFound => GetResourceString("Arg_MemberInfoNotFound");
2211
2212 internal static string NullabilityInfoContext_NotSupported => GetResourceString("NullabilityInfoContext_NotSupported");
2213
2214 private static string InternalGetResourceString(string key)
2215 {
2216 if (key.Length == 0)
2217 {
2218 return key;
2219 }
2220 bool lockTaken = false;
2221 try
2222 {
2224 if (_currentlyLoading != null && _currentlyLoading.Count > 0 && _currentlyLoading.LastIndexOf(key) != -1)
2225 {
2227 {
2228 return key;
2229 }
2231 string message = $"Infinite recursion during resource lookup within {"System.Private.CoreLib"}. This may be a bug in {"System.Private.CoreLib"}, or potentially in certain extensibility points such as assembly resolve events or CultureInfo names. Resource name: {key}";
2232 Environment.FailFast(message);
2233 }
2234 if (_currentlyLoading == null)
2235 {
2237 }
2239 {
2245 }
2247 string @string = ResourceManager.GetString(key, null);
2248 _currentlyLoading.RemoveAt(_currentlyLoading.Count - 1);
2249 return @string ?? key;
2250 }
2251 catch
2252 {
2253 if (lockTaken)
2254 {
2255 s_resourceManager = null;
2256 _currentlyLoading = null;
2257 }
2258 throw;
2259 }
2260 finally
2261 {
2262 if (lockTaken)
2263 {
2265 }
2266 }
2267 }
2268
2269 private static bool UsingResourceKeys()
2270 {
2271 return s_usingResourceKeys;
2272 }
2273
2274 internal static string GetResourceString(string resourceKey)
2275 {
2276 if (UsingResourceKeys())
2277 {
2278 return resourceKey;
2279 }
2280 string result = null;
2281 try
2282 {
2284 }
2286 {
2287 }
2288 return result;
2289 }
2290
2291 internal static string GetResourceString(string resourceKey, string defaultString)
2292 {
2294 if (!(resourceKey == resourceString) && resourceString != null)
2295 {
2296 return resourceString;
2297 }
2298 return defaultString;
2299 }
2300
2301 internal static string Format(string resourceFormat, object p1)
2302 {
2303 if (UsingResourceKeys())
2304 {
2305 return string.Join(", ", resourceFormat, p1);
2306 }
2307 return string.Format(resourceFormat, p1);
2308 }
2309
2310 internal static string Format(string resourceFormat, object p1, object p2)
2311 {
2312 if (UsingResourceKeys())
2313 {
2314 return string.Join(", ", resourceFormat, p1, p2);
2315 }
2316 return string.Format(resourceFormat, p1, p2);
2317 }
2318
2319 internal static string Format(string resourceFormat, object p1, object p2, object p3)
2320 {
2321 if (UsingResourceKeys())
2322 {
2323 return string.Join(", ", resourceFormat, p1, p2, p3);
2324 }
2325 return string.Format(resourceFormat, p1, p2, p3);
2326 }
2327
2328 internal static string Format(string resourceFormat, params object[] args)
2329 {
2330 if (args != null)
2331 {
2332 if (UsingResourceKeys())
2333 {
2334 return resourceFormat + ", " + string.Join(", ", args);
2335 }
2336 return string.Format(resourceFormat, args);
2337 }
2338 return resourceFormat;
2339 }
2340
2341 internal static string Format(IFormatProvider provider, string resourceFormat, object p1)
2342 {
2343 if (UsingResourceKeys())
2344 {
2345 return string.Join(", ", resourceFormat, p1);
2346 }
2347 return string.Format(provider, resourceFormat, p1);
2348 }
2349
2350 internal static string Format(IFormatProvider provider, string resourceFormat, object p1, object p2)
2351 {
2352 if (UsingResourceKeys())
2353 {
2354 return string.Join(", ", resourceFormat, p1, p2);
2355 }
2356 return string.Format(provider, resourceFormat, p1, p2);
2357 }
2358}
static bool TryGetSwitch(string switchName, out bool isEnabled)
Definition AppContext.cs:74
static void FailFast(string? message)
virtual ? string GetString(string name)
static void RunClassConstructor(QCallTypeHandle type)
static string Arg_SetMethNotFnd
Definition SR.cs:408
static string Argument_FrameworkNameInvalidVersion
Definition SR.cs:2154
static string Argument_InvalidStartupHookSignature
Definition SR.cs:740
static string Serialization_InvalidData
Definition SR.cs:1880
static string Argument_ConstantNotSupported
Definition SR.cs:532
static string MissingSatelliteAssembly_Default
Definition SR.cs:1640
static string Arg_MustContainEnumInfo
Definition SR.cs:316
static string Arg_MustBeUInt16
Definition SR.cs:306
static string Argument_BadImageFormatExceptionResolve
Definition SR.cs:490
static string Argument_OutOfOrderDateTimes
Definition SR.cs:838
static string ArgumentOutOfRange_Month
Definition SR.cs:1058
static string Arg_ExecutionEngineException
Definition SR.cs:152
static string EventSource_TaskCollision
Definition SR.cs:1276
static string Arg_StackOverflowException
Definition SR.cs:410
static string Arg_GenericParameter
Definition SR.cs:174
static string NotSupported_CreateInstanceWithTypeBuilder
Definition SR.cs:1664
static string InvalidCast_FromDBNull
Definition SR.cs:1390
static string EventSource_NotSupportedNestedArraysEnums
Definition SR.cs:1264
static string ObjectDisposed_SafeHandleClosed
Definition SR.cs:1756
static string Argument_TypedReferenceInvalidField
Definition SR.cs:892
static string Arg_MustBeUInt64
Definition SR.cs:310
static string MissingMember_Name
Definition SR.cs:1630
static string ArgumentOutOfRange_Range
Definition SR.cs:1096
static string Arg_COMAccess
Definition SR.cs:100
static string Argument_DateTimeHasTimeOfDay
Definition SR.cs:560
static string Argument_NoRegionInvariantCulture
Definition SR.cs:802
static string Argument_BadSizeForData
Definition SR.cs:506
static string Argument_ResolveField
Definition SR.cs:850
static string Arg_PlatformNotSupported
Definition SR.cs:372
static string Arg_EnumValueNotFound
Definition SR.cs:150
static string Overflow_NegateTwosCompNum
Definition SR.cs:1776
static string Argument_NotSerializable
Definition SR.cs:818
static string Arg_TypeUnloadedException
Definition SR.cs:438
static string Argument_UnmatchedMethodForLocal
Definition SR.cs:908
static string InvalidOperation_ComputerName
Definition SR.cs:1428
static string Arg_FileIsDirectory_Name
Definition SR.cs:2194
static string Arg_InvalidNeutralResourcesLanguage_FallbackLoc
Definition SR.cs:210
static string ArgumentNull_Waithandles
Definition SR.cs:964
static string ArgumentOutOfRange_UtcOffsetAndDaylightDelta
Definition SR.cs:1122
static string ArgumentOutOfRange_ActualValue
Definition SR.cs:966
static string Arg_ExternalException
Definition SR.cs:154
static string Argument_MissingDefaultConstructor
Definition SR.cs:770
static string Argument_OnlyMscorlib
Definition SR.cs:836
static string SemaphoreSlim_Disposed
Definition SR.cs:1864
static string InvalidOperation_UnderlyingArrayListChanged
Definition SR.cs:1528
static string Argument_NotEnoughGenArguments
Definition SR.cs:810
static string NotSupported_TypeNotYetCreated
Definition SR.cs:1720
static string EventSource_TooManyFields
Definition SR.cs:1282
static string Arg_MustBeEnum
Definition SR.cs:274
static string ArgumentOutOfRange_InvalidHighSurrogate
Definition SR.cs:1042
static string Argument_InvalidNumberStyles
Definition SR.cs:720
static string Access_Void
Definition SR.cs:40
static string Serialization_NoParameterInfo
Definition SR.cs:1896
static string ArgumentOutOfRange_Index
Definition SR.cs:30
static string ArgumentOutOfRange_NegativeCount
Definition SR.cs:1080
static string Argument_InvalidPredefinedCultureName
Definition SR.cs:662
static string Argument_GlobalFunctionHasToBeStatic
Definition SR.cs:612
static string Argument_MinMaxValue
Definition SR.cs:766
static string IO_FileExists_Name
Definition SR.cs:36
static string IO_FileTooLongOrHandleNotSync
Definition SR.cs:1570
static string Arg_BogusIComparer
Definition SR.cs:86
static string NotSupported_CallToVarArg
Definition SR.cs:1656
static string ObjectDisposed_StreamClosed
Definition SR.cs:20
static string InvalidOperation_MethodHasBody
Definition SR.cs:1466
static string EventSource_EventNameReused
Definition SR.cs:1208
static string Arg_NotGenericMethodDefinition
Definition SR.cs:344
static string Argument_ResolveFieldHandle
Definition SR.cs:852
static string Format_BadTimeSpan
Definition SR.cs:1340
static string Arg_MustBeDateTime
Definition SR.cs:262
static string IO_PathTooLong
Definition SR.cs:46
static string Arg_NoStaticVirtual
Definition SR.cs:340
static string NotSupported_COM
Definition SR.cs:2190
static string Arg_BufferTooSmall
Definition SR.cs:42
static string TypeInitialization_Type
Definition SR.cs:2012
static string EventSource_MismatchIdToWriteEvent
Definition SR.cs:1244
static string Serialization_BadParameterInfo
Definition SR.cs:1870
static string InvalidOperation_ThreadWrongThreadStart
Definition SR.cs:1518
static string GetResourceString(string resourceKey, string defaultString)
Definition SR.cs:2291
static string EventSource_EnumKindMismatch
Definition SR.cs:1196
static string BadImageFormat_ResourcesNameInvalidOffset
Definition SR.cs:1170
static string ArrayTypeMismatch_ConstrainedCopy
Definition SR.cs:1132
static string Arg_MustBeRune
Definition SR.cs:2178
static string Format_BadHexLength
Definition SR.cs:1336
static string Argument_BadParameterTypeForCAB
Definition SR.cs:500
static string InvalidOperation_ConcurrentOperationsNotSupported
Definition SR.cs:1430
static string Arg_EnumLitValueNotFound
Definition SR.cs:146
static string NotSupported_DynamicMethodFlags
Definition SR.cs:1670
static string Argument_InvalidMethodDeclaringType
Definition SR.cs:708
static string PlatformNotSupported_Remoting
Definition SR.cs:1794
static string Argument_FrameworkNameInvalid
Definition SR.cs:2152
static string Arg_Need3DArray
Definition SR.cs:328
static string IDynamicInterfaceCastable_MissingImplementationAttribute
Definition SR.cs:2172
static string NotSupported_RangeCollection
Definition SR.cs:1704
static string EventSource_DuplicateStringKey
Definition SR.cs:1194
static string EventSource_IllegalKeywordsValue
Definition SR.cs:1218
static string ArgumentOutOfRange_NeedPosNum
Definition SR.cs:20
static string Arg_RegGetOverflowBug
Definition SR.cs:386
static string Argument_InvalidTypeForDynamicMethod
Definition SR.cs:748
static string ArgumentOutOfRange_DateTimeBadMonths
Definition SR.cs:990
static string Arg_InvalidHexStyle
Definition SR.cs:206
static string InvalidOperation_DefaultConstructorILGen
Definition SR.cs:1436
static string ArgumentOutOfRange_PositionLessThanCapacityRequired
Definition SR.cs:1094
static string Task_ContinueWith_NotOnAnything
Definition SR.cs:1926
static string Arg_InvalidFileAttrs
Definition SR.cs:2196
static string ArgumentOutOfRange_UnmanagedMemStreamWrapAround
Definition SR.cs:1118
static string Argument_CompareOptionOrdinal
Definition SR.cs:524
static string CancellationTokenSource_Disposed
Definition SR.cs:1178
static string Argument_IdnBadStd3
Definition SR.cs:624
static string Arg_MustBeInt16
Definition SR.cs:280
static string ArgumentOutOfRange_BadYearMonthDay
Definition SR.cs:974
static string InvalidOperation_EnumNotStarted
Definition SR.cs:46
static string Format_Bad7BitInt
Definition SR.cs:1318
static string Arg_MustBeUInt32
Definition SR.cs:308
static string Argument_InvalidCultureName
Definition SR.cs:660
static string Argument_EncodingConversionOverflowBytes
Definition SR.cs:84
static string Arg_MustBeVersion
Definition SR.cs:314
static string EventSource_EventMustHaveTaskIfNonDefaultOpcode
Definition SR.cs:1204
static string Threading_AbandonedMutexException
Definition SR.cs:1992
static string ObjectDisposed_WriterClosed
Definition SR.cs:1746
static string ArgumentOutOfRange_SmallCapacity
Definition SR.cs:34
static string Argument_ArraysInvalid
Definition SR.cs:472
static string Arg_CannotUnloadAppDomainException
Definition SR.cs:96
static string Argument_InvalidStartupHookSimpleAssemblyName
Definition SR.cs:2114
static string Argument_InvalidId
Definition SR.cs:698
static string Arg_COMException
Definition SR.cs:102
static string SynchronizationLockException_IncorrectDispose
Definition SR.cs:2052
static string Argument_InvalidUnity
Definition SR.cs:754
static string Overflow_Int16
Definition SR.cs:1770
static string Overflow_UInt16
Definition SR.cs:1786
static string ArgumentNull_Dictionary
Definition SR.cs:26
static string NotSupported_NoCodepageData
Definition SR.cs:1688
static string Serialization_MissingValues
Definition SR.cs:74
static string Argument_ConversionOverflow
Definition SR.cs:538
static string Threading_WaitHandleTooManyPosts
Definition SR.cs:1998
static string IO_FileTooLong2GB
Definition SR.cs:1566
static string ArgumentNull_SafeHandle
Definition SR.cs:956
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
static string TimeZoneNotFound_MissingData
Definition SR.cs:2008
static string IO_SeekBeforeBegin
Definition SR.cs:140
static string TaskExceptionHolder_UnhandledException
Definition SR.cs:1970
static string Interop_COM_TypeMismatch
Definition SR.cs:1372
static string Acc_CreateVoid
Definition SR.cs:34
static string Argument_BadTypeAttrNestedVisibilityOnNonNestedType
Definition SR.cs:510
static string MustUseCCRewrite
Definition SR.cs:1644
static string NotSupported_NYI
Definition SR.cs:1698
static string Arg_MustBeTimeSpan
Definition SR.cs:300
static string InvalidOperation_MultipleComUnRegFunctions
Definition SR.cs:2128
static string ArgumentOutOfRange_Capacity
Definition SR.cs:984
static string Argument_InvalidFieldDeclaringType
Definition SR.cs:684
static string InvalidOperation_CalledTwice
Definition SR.cs:1412
static string Arg_MissingManifestResourceException
Definition SR.cs:244
static string Argument_EncoderFallbackNotEmpty
Definition SR.cs:590
static string Arg_InvalidNeutralResourcesLanguage_Asm_Culture
Definition SR.cs:208
static string Argument_InvalidLowSurrogate
Definition SR.cs:704
static string Arg_MustBeType
Definition SR.cs:302
static string Argument_DestinationTooShort
Definition SR.cs:14
static string Argument_InvalidCharSequenceNoIndex
Definition SR.cs:92
static string Arg_UnknownTypeCode
Definition SR.cs:446
static string ArgumentOutOfRange_ParamSequence
Definition SR.cs:1088
static string Arg_NotSupportedException
Definition SR.cs:352
static string Argument_FallbackBufferNotEmpty
Definition SR.cs:600
static string Format_StringZeroLength
Definition SR.cs:1360
static string InvalidOperation_WrongAsyncResultOrEndCalledMultiple
Definition SR.cs:1532
static string Argument_DateTimeOffsetIsNotAmbiguous
Definition SR.cs:572
static string MissingMethod_Name
Definition SR.cs:1636
static string Task_MultiTaskContinuation_EmptyTaskList
Definition SR.cs:1938
static string EventSource_EventTooBig
Definition SR.cs:1214
static string InvalidCast_FromTo
Definition SR.cs:1392
static string Arg_LongerThanDestArray
Definition SR.cs:228
static string EventSource_InvalidEventFormat
Definition SR.cs:1230
static string MissingMember
Definition SR.cs:1628
static string Overflow_TimeSpanElementTooLarge
Definition SR.cs:1782
static string IO_SeekAppendOverwrite
Definition SR.cs:1576
static string Exception_WasThrown
Definition SR.cs:1310
static string Argument_MustHaveAttributeBaseClass
Definition SR.cs:786
static string Argument_SpansMustHaveSameLength
Definition SR.cs:2134
static string InvalidOperation_TimerAlreadyClosed
Definition SR.cs:1522
static string IO_FileLoad
Definition SR.cs:1546
static string Argument_OffsetOfFieldNotFound
Definition SR.cs:826
static string RFLCT_Ambiguous
Definition SR.cs:1836
static string Serialization_DangerousDeserialization
Definition SR.cs:2110
static string Arg_DivideByZero
Definition SR.cs:118
static string Arg_SynchronizationLockException
Definition SR.cs:414
static string IO_NoFileTableInInMemoryAssemblies
Definition SR.cs:1542
static string Arg_DlgtNullInst
Definition SR.cs:120
static string Argument_MustBeRuntimeAssembly
Definition SR.cs:774
static string Arg_KeyNotFound
Definition SR.cs:224
static string Encoding_UTF7_Disabled
Definition SR.cs:2168
static string CancellationToken_CreateLinkedToken_TokensIsEmpty
Definition SR.cs:1176
static string Overflow_Duration
Definition SR.cs:1768
static string SemaphoreSlim_ctor_MaxCountWrong
Definition SR.cs:1862
static string SynchronizationLockException_MisMatchedUpgrade
Definition SR.cs:2048
static string Argument_AddingDuplicateWithKey
Definition SR.cs:460
static string ArgumentOutOfRange_PeriodTooLarge
Definition SR.cs:1092
static string Arg_TypeNotSupported
Definition SR.cs:2066
static string Arg_ThreadStartException
Definition SR.cs:422
static string ThreadLocal_ValuesNotAvailable
Definition SR.cs:2006
static string Argument_BadParameterCountsForConstructor
Definition SR.cs:498
static string InvalidOperation_EmptyQueue
Definition SR.cs:38
static string Arg_RegSubKeyValueAbsent
Definition SR.cs:390
static string IO_AlreadyExists_Name
Definition SR.cs:34
static string Argument_ResourceScopeWrongDirection
Definition SR.cs:2140
static string IO_UnknownFileName
Definition SR.cs:1596
static string PlatformNotSupported_ITypeInfo
Definition SR.cs:1800
static string InvalidOperation_NonStaticComUnRegFunction
Definition SR.cs:2120
static string Argument_PreAllocatedAlreadyAllocated
Definition SR.cs:842
static string Arg_LowerBoundsMustMatch
Definition SR.cs:234
static string InvalidOperation_GenericParametersAlreadySet
Definition SR.cs:1448
static string LockRecursionException_WriteAfterReadNotAllowed
Definition SR.cs:2046
static string Arg_LongerThanSrcString
Definition SR.cs:232
static string ConcurrentCollection_SyncRoot_NotSupported
Definition SR.cs:58
static string HashCode_HashCodeNotSupported
Definition SR.cs:2062
static string Arg_InsufficientNumberOfElements
Definition SR.cs:2078
static string ArgumentOutOfRange_IndexCount
Definition SR.cs:80
static string NotSupported_ObsoleteResourcesFile
Definition SR.cs:1700
static ResourceManager s_resourceManager
Definition SR.cs:10
static string Argument_RecursiveFallback
Definition SR.cs:844
static string Argument_MustBeTypeBuilder
Definition SR.cs:784
static string Argument_CultureInvalidIdentifier
Definition SR.cs:544
static string PlatformNotSupported_ThreadAbort
Definition SR.cs:1810
static string ArgumentNull_ArrayElement
Definition SR.cs:932
static string ArgumentOutOfRange_Era
Definition SR.cs:1012
static string Security_RegistryPermission
Definition SR.cs:1858
static string TypeInitialization_Default
Definition SR.cs:2010
static string PostconditionOnExceptionFailed
Definition SR.cs:1818
static string Serialization_DangerousDeserialization_Switch
Definition SR.cs:2112
static string IO_EOF_ReadBeyondEOF
Definition SR.cs:56
static string TypeLoad_ResolveTypeFromAssembly
Definition SR.cs:2018
static string ArgumentException_BadMethodImplBody
Definition SR.cs:914
static string Task_RunSynchronously_TaskCompleted
Definition SR.cs:1950
static string Arg_NoDefCTor
Definition SR.cs:336
static string ArgumentOutOfRange_Week_ISO
Definition SR.cs:2082
static string Argument_InvalidNativeDigitValue
Definition SR.cs:714
static string Argument_ImplementIComparable
Definition SR.cs:34
static string Argument_NativeOverlappedWrongBoundHandle
Definition SR.cs:790
static string EventSource_BadHexDigit
Definition SR.cs:1188
static string InvalidProgram_Default
Definition SR.cs:1534
static string TypeLoad_ResolveNestedType
Definition SR.cs:2014
static string Format_IndexOutOfRange
Definition SR.cs:1348
static string ArgumentOutOfRange_Count
Definition SR.cs:986
static string Argument_RecursiveFallbackBytes
Definition SR.cs:846
static string Overflow_Int32
Definition SR.cs:1772
static string AssumptionFailed_Cnd
Definition SR.cs:1144
static string Argument_MethodDeclaringTypeGenericLcg
Definition SR.cs:762
static string NotSupported_ChangeType
Definition SR.cs:1662
static string Arg_ResMgrNotResSet
Definition SR.cs:394
static string Argument_PrecisionTooLarge
Definition SR.cs:2096
static string Argument_InvalidCalendar
Definition SR.cs:646
static string Acc_ReadOnly
Definition SR.cs:38
static string Format_BadQuote
Definition SR.cs:1338
static string Serialization_NotFound
Definition SR.cs:1898
static string ArgumentNull_Collection
Definition SR.cs:944
static string Overflow_SByte
Definition SR.cs:1780
static string InvalidOperation_MethodBuilderBaked
Definition SR.cs:1464
static string Argument_InvalidDateTimeStyles
Definition SR.cs:666
static string InvalidCast_CannotCastNullToValueType
Definition SR.cs:1382
static string Task_ThrowIfDisposed
Definition SR.cs:1960
static string ArgumentOutOfRange_RoundingDigits_MathF
Definition SR.cs:1100
static string Argument_OffsetLocalMismatch
Definition SR.cs:824
static string Arg_TypeLoadNullStr
Definition SR.cs:434
static string IO_FileTooLarge_Path_AllocationSize
Definition SR.cs:1558
static string NotSupported_ActivAttr
Definition SR.cs:1648
static string ArgumentOutOfRange_InvalidUTF32
Definition SR.cs:1046
static string IndexOutOfRange_ArrayRankIndex
Definition SR.cs:1362
static string Serialization_MissingKeys
Definition SR.cs:1892
static string SerializationException
Definition SR.cs:406
static string Overflow_UInt64
Definition SR.cs:1790
static string Argument_AlreadyBoundOrSyncHandle
Definition SR.cs:468
static string ArgumentOutOfRange_GetCharCountOverflow
Definition SR.cs:90
static string Argument_EnumTypeDoesNotMatch
Definition SR.cs:598
static string Arg_MustBeHalf
Definition SR.cs:2176
static string EventSource_TypeMustDeriveFromEventSource
Definition SR.cs:1290
static string ArgumentOutOfRange_AddValue
Definition SR.cs:968
static string Arg_WrongType
Definition SR.cs:16
static string Argument_ConstructorNeedGenericDeclaringType
Definition SR.cs:536
static string NotSupported_Reading
Definition SR.cs:1706
static string DebugAssertLongMessage
Definition SR.cs:26
static string InvalidOperation_ConstructorNotAllowedOnInterface
Definition SR.cs:1432
static string Argument_EncodingConversionOverflowChars
Definition SR.cs:86
static string Argument_UnmanagedMemAccessorWrapAround
Definition SR.cs:906
static string MissingField_Name
Definition SR.cs:1620
static string EventSource_EventChannelOutOfRange
Definition SR.cs:1200
static string ArgumentOutOfRange_HashtableLoadFactor
Definition SR.cs:1024
static string NotSupported_SignatureType
Definition SR.cs:2060
static string PlatformNotSupported_ThreadSuspend
Definition SR.cs:1812
static string PostconditionFailed
Definition SR.cs:1814
static string OperationCanceled
Definition SR.cs:1758
static string NotSupported_UnitySerHolder
Definition SR.cs:1724
static string ArgumentOutOfRange_DayParam
Definition SR.cs:1002
static string Argument_InvalidTimeSpanStyles
Definition SR.cs:742
static string InvalidOperation_SpanOverlappedOperation
Definition SR.cs:1676
static string Arg_ThreadStateException
Definition SR.cs:424
static string Format_ExtraJunkAtEnd
Definition SR.cs:1344
static string IO_SetLengthAppendTruncate
Definition SR.cs:1580
static string EventSource_UnsupportedMessageProperty
Definition SR.cs:1302
static string MissingManifestResource_NoNeutralAsm
Definition SR.cs:1624
static string ArgumentNull_TypeRequiredByResourceScope
Definition SR.cs:2142
static string SynchronizationLockException_MisMatchedWrite
Definition SR.cs:2058
static string ArgumentOutOfRange_ArrayLB
Definition SR.cs:970
static string DebugAssertBanner
Definition SR.cs:22
static string Arg_TimeoutException
Definition SR.cs:426
static string Arg_EntryPointNotFoundException
Definition SR.cs:138
static string Arg_InvalidTypeInRetType
Definition SR.cs:218
static string Format(IFormatProvider provider, string resourceFormat, object p1)
Definition SR.cs:2341
static string IO_InvalidReadLength
Definition SR.cs:2068
static string NotSupported_WrongResourceReader_Type
Definition SR.cs:1738
static string Argument_UnmatchingSymScope
Definition SR.cs:910
static string Argument_BadPInvokeOnInterface
Definition SR.cs:2086
static string Argument_InvalidArrayLength
Definition SR.cs:642
static string PlatformNotSupported_CAS
Definition SR.cs:54
static string Arg_ApplicationException
Definition SR.cs:64
static string ArgumentOutOfRange_DayOfWeek
Definition SR.cs:1000
static string ArgumentOutOfRange_NegativeLength
Definition SR.cs:1082
static string InvalidOperation_CannotSupressFlowMultipleTimes
Definition SR.cs:1420
static string InvalidOperation_Overlapped_Pack
Definition SR.cs:1500
static string EventSource_NeedName
Definition SR.cs:1248
static string Arg_MustBeDouble
Definition SR.cs:270
static string NotSupported_ByRefToVoidReturn
Definition SR.cs:1654
static string InvalidOperation_EnumEnded
Definition SR.cs:42
static string InvalidOperation_MustCallInitialize
Definition SR.cs:1468
static string InvalidOperation_HandleIsNotPinned
Definition SR.cs:1456
static string Arg_InvalidOperationException
Definition SR.cs:216
static string Serialization_InvalidType
Definition SR.cs:1886
static string Arg_GuidArrayCtor
Definition SR.cs:178
static string Arg_VersionString
Definition SR.cs:450
static string EventSource_PinArrayOutOfRange
Definition SR.cs:1270
static string ArgumentException_OtherNotArrayOfCorrectLength
Definition SR.cs:918
static string ArgumentNull_FileName
Definition SR.cs:948
static string BadImageFormat_TypeMismatch
Definition SR.cs:1174
static string Task_Start_Promise
Definition SR.cs:1956
static string TaskCompletionSourceT_TrySetException_NoExceptions
Definition SR.cs:1966
static string Arg_MulticastNotSupportedException
Definition SR.cs:250
static string InvalidOperation_NullArray
Definition SR.cs:1492
static string Arg_MethodAccessException
Definition SR.cs:240
static string ArgumentOutOfRange_UIntPtrMax
Definition SR.cs:1114
static string ArgumentOutOfRange_GetByteCountOverflow
Definition SR.cs:88
static string Arg_EnumIllegalVal
Definition SR.cs:144
static string Argument_InvalidCharSequence
Definition SR.cs:648
static string Argument_InvalidDateTimeKind
Definition SR.cs:664
static string EventSource_TaskOpcodePairReused
Definition SR.cs:1278
static string Argument_ShouldNotSpecifyExceptionType
Definition SR.cs:870
static string Arg_InvalidHandle
Definition SR.cs:14
static string Argument_FrameworkNameTooShort
Definition SR.cs:2158
static string ExecutionContext_ExceptionInAsyncLocalNotification
Definition SR.cs:1312
static string Argument_StreamNotWritable
Definition SR.cs:878
static string Argument_InvalidPathChars
Definition SR.cs:730
static string ArgumentOutOfRange_Enum
Definition SR.cs:18
static string InvalidOperation_NoUnderlyingTypeOnEnum
Definition SR.cs:1488
static string Format(IFormatProvider provider, string resourceFormat, object p1, object p2)
Definition SR.cs:2350
static string PostconditionOnExceptionFailed_Cnd
Definition SR.cs:1820
static string EventSource_EventMustNotBeExplicitImplementation
Definition SR.cs:1206
static string Argument_BadPropertyForConstructorBuilder
Definition SR.cs:502
static string Arg_MissingFieldException
Definition SR.cs:242
static string NotSupported_Writing
Definition SR.cs:1736
static string ArgumentException_NotIsomorphic
Definition SR.cs:920
static string Arg_FldGetArgErr
Definition SR.cs:160
static string Arg_EnumAndObjectMustBeSameType
Definition SR.cs:140
static string InvalidOperation_MultipleComRegFunctions
Definition SR.cs:2126
static string InvalidOperation_IComparerFailed
Definition SR.cs:1460
static string Arg_UnboundGenParam
Definition SR.cs:444
static string Format(string resourceFormat, object p1)
Definition SR.cs:2301
static string Argument_MustBeRuntimeReflectionObject
Definition SR.cs:780
static string Argument_CannotGetTypeTokenForByRef
Definition SR.cs:518
static string EventSource_IllegalValue
Definition SR.cs:1224
static string InvalidOperation_NotWithConcurrentGC
Definition SR.cs:1486
static string Argument_DateTimeHasTicks
Definition SR.cs:558
static string Argument_InvalidCodePageConversionIndex
Definition SR.cs:654
static string SemaphoreSlim_ctor_InitialCountWrong
Definition SR.cs:1860
static string ArgumentOutOfRange_MustBePositive
Definition SR.cs:1068
static string Task_FromAsync_PreferFairness
Definition SR.cs:1936
static string AssemblyDependencyResolver_FailedToResolveDependencies
Definition SR.cs:2100
static string Overflow_TimeSpanTooLong
Definition SR.cs:1784
static string Argument_InvalidFlag
Definition SR.cs:688
static string Arg_CannotBeNaN
Definition SR.cs:90
static string InternalGetResourceString(string key)
Definition SR.cs:2214
static string EventSource_NotSupportedArrayOfNil
Definition SR.cs:1260
static string Arg_SurrogatesNotAllowedAsSingleChar
Definition SR.cs:412
static string Argument_IdnBadNameSize
Definition SR.cs:620
static string Argument_InvalidDateStyles
Definition SR.cs:668
static string Argument_BadLabelContent
Definition SR.cs:494
static string BadImageFormat_ResourcesIndexTooLong
Definition SR.cs:1168
static string NotSupported_CannotWriteToBufferedStreamIfReadBufferCannotBeFlushed
Definition SR.cs:2136
static string FileNotFound_ResolveAssembly
Definition SR.cs:1314
static string AssertionFailed_Cnd
Definition SR.cs:1140
static string InvalidOperation_InvalidComUnRegFunctionSig
Definition SR.cs:2124
static string Task_WaitMulti_NullTask
Definition SR.cs:1962
static string Arg_AccessException
Definition SR.cs:58
static string Argument_InvalidResourceCultureName
Definition SR.cs:732
static string Arg_DirectoryNotFoundException
Definition SR.cs:116
static string ArgumentOutOfRange_MustBeNonNegInt32
Definition SR.cs:1064
static string Argument_UnclosedExceptionBlock
Definition SR.cs:902
static string InvalidOperation_NotAVarArgCallingConvention
Definition SR.cs:1482
static string Argument_IdnBadPunycode
Definition SR.cs:622
static string Serialization_OptionalFieldVersionValue
Definition SR.cs:1902
static string Task_RunSynchronously_Continuation
Definition SR.cs:1946
static string Argument_TypeNameTooLong
Definition SR.cs:896
static string Arg_FldSetPropGet
Definition SR.cs:170
static string Arg_Need1DArray
Definition SR.cs:324
static string Argument_InvalidName
Definition SR.cs:20
static string Argument_LargeInteger
Definition SR.cs:756
static string Arg_MustBeDriveLetterOrRootDir
Definition SR.cs:14
static string Argument_InvalidParameterInfo
Definition SR.cs:726
static string Rank_MustMatch
Definition SR.cs:1828
static string EventSource_ListenerNotFound
Definition SR.cs:1238
static string Arg_MemberInfoNotFound
Definition SR.cs:2210
static string InvalidOperation_BadILGeneratorUsage
Definition SR.cs:1402
static string Argument_AlignmentMustBePow2
Definition SR.cs:466
static string EventSource_NotSupportedArrayOfNullTerminatedString
Definition SR.cs:1262
static string ManualResetEventSlim_Disposed
Definition SR.cs:1612
static string Argument_ResolveModuleType
Definition SR.cs:860
static string Format(string resourceFormat, object p1, object p2)
Definition SR.cs:2310
static string Argument_ConflictingDateTimeStyles
Definition SR.cs:528
static string Arg_MustBeString
Definition SR.cs:298
static string Arg_MustBeBoolean
Definition SR.cs:252
static string Argument_CodepageNotSupported
Definition SR.cs:522
static string Arg_DecBitCtor
Definition SR.cs:114
static string InvalidOperation_NoPublicAddMethod
Definition SR.cs:1474
static string Argument_SigIsFinalized
Definition SR.cs:874
static string Arg_Path2IsRooted
Definition SR.cs:2198
static string Argument_InvalidConstructorInfo
Definition SR.cs:658
static string Arg_SecurityException
Definition SR.cs:404
static string Argument_InvalidElementTag
Definition SR.cs:674
static string Resources_StreamNotValid
Definition SR.cs:1832
static string Arg_MustBeTimeOnly
Definition SR.cs:260
static string NotSupported_UnseekableStream
Definition SR.cs:26
static string Format_AttributeUsage
Definition SR.cs:1316
static string Argument_CultureIetfNotSupported
Definition SR.cs:542
static string Arg_InvalidBase
Definition SR.cs:196
static string Argument_TransitionTimesAreIdentical
Definition SR.cs:890
static string Argument_StringZeroLength
Definition SR.cs:882
static string InvalidOperation_SuppliedInnerMustBeMarkedAggregation
Definition SR.cs:2132
static string AmbiguousImplementationException_NullMessage
Definition SR.cs:56
static string IO_FileName_Name
Definition SR.cs:1548
static string Lazy_StaticInit_InvalidOperation
Definition SR.cs:1602
static string IO_SourceDestMustBeDifferent
Definition SR.cs:2204
static string ArgumentOutOfRange_TimeOnlyBadTicks
Definition SR.cs:994
static string Arg_NotImplementedException
Definition SR.cs:350
static string Argument_NeedNonGenericType
Definition SR.cs:794
static string ResourceReaderIsClosed
Definition SR.cs:1830
static string Arg_MustBeChar
Definition SR.cs:256
static string RFLCT_InvalidPropFail
Definition SR.cs:1844
static string Argument_BadFieldSig
Definition SR.cs:484
static string Arg_NullReferenceException
Definition SR.cs:354
static string Arg_ArrayTypeMismatchException
Definition SR.cs:76
static string Exception_EndOfInnerExceptionStack
Definition SR.cs:1306
static string Arg_FieldDeclTarget
Definition SR.cs:158
static string Argument_ConstantNull
Definition SR.cs:534
static string Lazy_Value_RecursiveCallsToValue
Definition SR.cs:1606
static string ArgumentOutOfRange_DateTimeBadYears
Definition SR.cs:996
static string InvalidOperation_BadMethodBody
Definition SR.cs:1408
static string PreconditionFailed
Definition SR.cs:1822
static string Arg_SwitchExpressionException
Definition SR.cs:2160
static string Task_RunSynchronously_AlreadyStarted
Definition SR.cs:1944
static string Argument_ConstantDoesntMatch
Definition SR.cs:530
static string Arg_FormatException
Definition SR.cs:172
static string SpinLock_Exit_SynchronizationLockException
Definition SR.cs:1910
static string Arg_NotFiniteNumberException
Definition SR.cs:342
static string Arg_RegValStrLenBug
Definition SR.cs:392
static string AppDomain_Policy_PrincipalTwice
Definition SR.cs:54
static string InvalidOperation_NullContext
Definition SR.cs:1494
static string InvalidOperation_DateTimeParsing
Definition SR.cs:1434
static string TaskT_DebuggerNoResult
Definition SR.cs:1982
static string IO_FileStreamHandlePosition
Definition SR.cs:1564
static string Arg_SystemException
Definition SR.cs:416
static string Argument_InvalidSerializedString
Definition SR.cs:738
static string PlatformNotSupported_ReflectionOnly
Definition SR.cs:1792
static string ArgumentOutOfRange_RoundingDigits
Definition SR.cs:1098
static string Argument_FieldNeedGenericDeclaringType
Definition SR.cs:604
static string Arg_BadLiteralFormat
Definition SR.cs:84
static string Argument_DateTimeIsNotAmbiguous
Definition SR.cs:564
static string Threading_WaitHandleCannotBeOpenedException
Definition SR.cs:1994
static string Arg_ArrayPlusOffTooSmall
Definition SR.cs:16
static string IO_SourceDestMustHaveSameRoot
Definition SR.cs:2206
static string Argument_AddingDuplicate
Definition SR.cs:14
static string ArgumentOutOfRange_NegativeCapacity
Definition SR.cs:1078
static string ArgumentOutOfRange_PartialWCHAR
Definition SR.cs:1090
static string Argument_BadTypeInCustomAttribute
Definition SR.cs:516
static string InvalidOperation_SetLatencyModeNoGC
Definition SR.cs:1514
static string ObjectDisposed_ReaderClosed
Definition SR.cs:1748
static string Argument_InvalidArrayType
Definition SR.cs:54
static string InvalidOperation_ResourceNotString_Name
Definition SR.cs:1510
static string Argument_BadNestedTypeFlags
Definition SR.cs:496
static string Arg_EHClauseNotFilter
Definition SR.cs:132
static string BadImageFormat_ParameterSignatureMismatch
Definition SR.cs:1154
static string ArgumentOutOfRange_LessEqualToIntegerMaxVal
Definition SR.cs:1054
static string Argument_BadTypeAttrNonNestedVisibilityNestedType
Definition SR.cs:512
static string NotSupported_CodeBase
Definition SR.cs:2182
static string InvalidOperation_NotAllowedInDynamicMethod
Definition SR.cs:1480
static string InvalidOperation_InvalidComRegFunctionSig
Definition SR.cs:2122
static string Argument_MethodNeedGenericDeclaringType
Definition SR.cs:764
static string InvalidOperation_NoValue
Definition SR.cs:1490
static string Overflow_NegativeUnsigned
Definition SR.cs:1778
static string ArgumentOutOfRange_IndexCountBuffer
Definition SR.cs:78
static string NotSupported_DynamicModule
Definition SR.cs:1672
static string Arg_MustBeByte
Definition SR.cs:254
static string AssumptionFailed
Definition SR.cs:1142
static string ArgumentOutOfRange_UtcOffset
Definition SR.cs:1120
static string NotSupported_UnwritableStream
Definition SR.cs:30
static string Lazy_ToString_ValueNotCreated
Definition SR.cs:1604
static string ArgumentNull_Path
Definition SR.cs:954
static string Serialization_DateTimeTicksOutOfRange
Definition SR.cs:1874
static string Arg_ResourceNameNotExist
Definition SR.cs:398
static string Format_EmptyInputString
Definition SR.cs:1342
static string EventSource_EventWithAdminChannelMustHaveMessage
Definition SR.cs:1216
static string TaskSchedulerException_ctor_DefaultMessage
Definition SR.cs:1980
static string Arg_TypeAccessException
Definition SR.cs:428
static string Arg_IndexMustBeInt
Definition SR.cs:188
static string Task_Start_ContinuationTask
Definition SR.cs:1954
static string NotSupported_DBNullSerial
Definition SR.cs:1666
static string NotSupported_NonReflectedType
Definition SR.cs:1692
static string Arg_InvalidComObjectException
Definition SR.cs:200
static string Arg_NullArgumentNullRef
Definition SR.cs:2074
static string Argument_ShouldOnlySetVisibilityFlags
Definition SR.cs:872
static string AggregateException_DeserializationFailure
Definition SR.cs:46
static string ArgumentNull_Array
Definition SR.cs:24
static string ArgumentException_ValueTupleLastArgumentNotAValueTuple
Definition SR.cs:928
static string Format_BadTimeOnly
Definition SR.cs:1326
static string Argument_ResolveMethod
Definition SR.cs:856
static string Arg_OleAutDateScale
Definition SR.cs:360
static string Argument_DateTimeKindMustBeUnspecifiedOrUtc
Definition SR.cs:568
static string EventSource_AddScalarOutOfRange
Definition SR.cs:1186
static string Arg_MustBeSingle
Definition SR.cs:296
static string Serialization_InsufficientState
Definition SR.cs:1878
static string Argument_BadFormatSpecifier
Definition SR.cs:488
static string InvalidOperation_NonStaticComRegFunction
Definition SR.cs:2118
static string Arg_MustBeUIntPtr
Definition SR.cs:312
static string Format_BadBase64Char
Definition SR.cs:1320
static string Arg_MustBeDateOnly
Definition SR.cs:258
static string Arg_NonZeroLowerBound
Definition SR.cs:14
static string ArgumentNull_Assembly
Definition SR.cs:936
static string Arg_SafeArrayRankMismatchException
Definition SR.cs:400
static string EventSource_NotSupportedArrayOfBinary
Definition SR.cs:1258
static string SpinLock_TryEnter_LockRecursionException
Definition SR.cs:1916
static string EventSource_TraitEven
Definition SR.cs:1286
static string Arg_CannotHaveNegativeValue
Definition SR.cs:92
static string Argument_InvalidElementName
Definition SR.cs:672
static string Argument_OffsetUtcMismatch
Definition SR.cs:832
static string AsyncMethodBuilder_InstanceNotInitialized
Definition SR.cs:1146
static string ArgumentOutOfRange_LengthGreaterThanCapacity
Definition SR.cs:1050
static string Serialization_SameNameTwice
Definition SR.cs:1904
static string Format_DateTimeOnlyContainsNoneDateParts
Definition SR.cs:1328
static string InvalidOp_InvalidNewEnumVariant
Definition SR.cs:2104
static string Interop_Marshal_CannotCreateCriticalHandleField
Definition SR.cs:1380
static string ArgumentOutOfRange_DecimalRound
Definition SR.cs:1004
static string ArgumentOutOfRange_CalendarRange
Definition SR.cs:982
static string NotSupported_ResourceObjectSerialization
Definition SR.cs:1710
static string Argument_StreamNotReadable
Definition SR.cs:876
static string HashCode_EqualityNotSupported
Definition SR.cs:2064
static string Serialization_InvalidOnDeser
Definition SR.cs:38
static string IO_InvalidStringLen_Len
Definition SR.cs:1574
static string Task_Start_TaskCompleted
Definition SR.cs:1958
static string Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType
Definition SR.cs:142
static string Overflow_Int64
Definition SR.cs:1774
static string Arg_CreatInstAccess
Definition SR.cs:106
static string Arg_MustBeTrue
Definition SR.cs:304
static string BadImageFormat_ResourcesDataInvalidOffset
Definition SR.cs:1164
static string ArgumentOutOfRange_NeedNonNegOrNegative1
Definition SR.cs:1072
static string IDynamicInterfaceCastable_NotInterface
Definition SR.cs:2174
static string ArgumentOutOfRange_BiggerThanCollection
Definition SR.cs:56
static string Threading_WaitHandleCannotBeOpenedException_InvalidHandle
Definition SR.cs:1996
static string Argument_IllegalName
Definition SR.cs:630
static string NotSupported_NoTypeInfo
Definition SR.cs:1696
static string Argument_InvalidSafeBufferOffLen
Definition SR.cs:734
static string Argument_BadTypeAttrInvalidLayout
Definition SR.cs:508
static string Argument_NoEra
Definition SR.cs:800
static string Argument_NotAWritableProperty
Definition SR.cs:804
static string Argument_BadSigFormat
Definition SR.cs:504
static string ArgumentNull_Stream
Definition SR.cs:958
static string NotSupported_UmsSafeBuffer
Definition SR.cs:1722
static string IO_StreamTooLong
Definition SR.cs:1586
static string Arg_MustBeDecimal
Definition SR.cs:266
static string Argument_NotEnoughBytesToRead
Definition SR.cs:806
static string InvalidOperation_CannotImportGlobalFromDifferentModule
Definition SR.cs:1414
static string Arg_BadDecimal
Definition SR.cs:80
static string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent
Definition SR.cs:1976
static string Argument_TypeMustNotBeComImport
Definition SR.cs:894
static string SwitchExpressionException_UnmatchedValue
Definition SR.cs:2166
static string NotSupported_MaxWaitHandles
Definition SR.cs:1682
static string Argument_CannotParsePrecision
Definition SR.cs:2092
static string Argument_AddingDuplicate__
Definition SR.cs:458
static string InvalidOperation_EnumFailedVersion
Definition SR.cs:44
static string LockRecursionException_UpgradeAfterReadNotAllowed
Definition SR.cs:2054
static ResourceManager ResourceManager
Definition SR.cs:12
static string NotSupported_MemStreamNotExpandable
Definition SR.cs:1684
static string TaskScheduler_ExecuteTask_WrongTaskScheduler
Definition SR.cs:1974
static string InvalidOperation_TypeNotCreated
Definition SR.cs:1526
static string Arg_ArrayLengthsDiffer
Definition SR.cs:44
static string Argument_OffsetPrecision
Definition SR.cs:830
static string ArgumentOutOfRange_Version
Definition SR.cs:1124
static string Argument_TooManyFinallyClause
Definition SR.cs:888
static string EventSource_ListenerCreatedInsideCallback
Definition SR.cs:1236
static string NotSupported_MustBeModuleBuilder
Definition SR.cs:1686
static string Argument_AdjustmentRulesNoNulls
Definition SR.cs:462
static string ArgumentOutOfRange_UnmanagedMemStreamLength
Definition SR.cs:1116
static string DebugAssertShortMessage
Definition SR.cs:24
static string NotSupported_CannotCallGetHashCodeOnSpan
Definition SR.cs:1660
static string ArgumentOutOfRange_DateArithmetic
Definition SR.cs:988
static string Acc_NotClassInit
Definition SR.cs:36
static string IO_FileTooLong
Definition SR.cs:1568
static string Argument_InvalidOpCodeOnDynamicMethod
Definition SR.cs:724
static string Arg_ArrayZeroError
Definition SR.cs:78
static string Arg_FldSetArgErr
Definition SR.cs:164
static string EventSource_TypeMustBeSealedOrAbstract
Definition SR.cs:1288
static string InvalidOperation_TypeHasBeenCreated
Definition SR.cs:1524
static string EventSource_NoFreeBuffers
Definition SR.cs:1252
static string BinaryFormatter_SerializationDisallowed
Definition SR.cs:2180
static string Argument_InvalidToken
Definition SR.cs:744
static string Argument_InvalidNeutralRegionName
Definition SR.cs:716
static string AssertionFailed
Definition SR.cs:1138
static string AssemblyLoadContext_Unload_CannotUnloadIfNotCollectible
Definition SR.cs:1134
static string IO_SharingViolation_File
Definition SR.cs:52
static string Arg_InvalidCastException
Definition SR.cs:198
static string Arg_IOException
Definition SR.cs:222
static string Format_NeedSingleChar
Definition SR.cs:1356
static string EventSource_NoRelatedActivityId
Definition SR.cs:1256
static string PlatformNotSupported_StrongNameSigning
Definition SR.cs:1798
static string Arg_NotGenericParameter
Definition SR.cs:346
static string Argument_InvalidSeekOrigin
Definition SR.cs:736
static string IndexOutOfRange_UMSPosition
Definition SR.cs:1364
static string Argument_ObjNotComObject
Definition SR.cs:820
static string RFLCT_Targ_ITargMismatch
Definition SR.cs:1846
static string Arg_RanksAndBounds
Definition SR.cs:384
static string Arg_ElementsInSourceIsGreaterThanDestination
Definition SR.cs:2072
static string MissingMemberNestErr
Definition SR.cs:1632
static string Arg_MustBePrimArray
Definition SR.cs:290
static string Arg_ParmArraySize
Definition SR.cs:366
static string Arg_MustBeInt32
Definition SR.cs:282
static string ArgumentOutOfRange_StartIndex
Definition SR.cs:1106
static string NotSupported_DynamicAssembly
Definition SR.cs:1668
static string Argument_NeverValidGenericArgument
Definition SR.cs:798
static string Arg_MustBeInt64
Definition SR.cs:284
static string Task_MultiTaskContinuation_FireOptions
Definition SR.cs:1940
static string InvalidOperation_NotADebugModule
Definition SR.cs:1478
static string Argument_CultureIsNeutral
Definition SR.cs:546
static string InsufficientMemory_MemFailPoint
Definition SR.cs:1366
static string Arg_MustBeDelegate
Definition SR.cs:268
static string BadImageFormat_ResourcesNameTooLong
Definition SR.cs:1172
static string Argument_CannotExtractScalar
Definition SR.cs:2090
static string EventSource_OpcodeCollision
Definition SR.cs:1268
static string EventSource_UndefinedKeyword
Definition SR.cs:1294
static string Argv_IncludeDoubleQuote
Definition SR.cs:2186
static string Argument_InvalidHighSurrogate
Definition SR.cs:696
static string ArgumentException_TupleIncorrectType
Definition SR.cs:922
static string Argument_OverlapAlignmentMismatch
Definition SR.cs:2076
static string Marshaler_StringTooLong
Definition SR.cs:1614
static string Argument_InvalidFileModeAndAccessCombo
Definition SR.cs:686
static string UnauthorizedAccess_IODenied_Path
Definition SR.cs:50
static string ArgumentOutOfRange_FileLengthTooBig
Definition SR.cs:1014
static string NotSupported_Type
Definition SR.cs:1718
static string Arg_TargetParameterCountException
Definition SR.cs:420
static string Argument_InvalidMemberForNamedArgument
Definition SR.cs:706
static string Arg_InsufficientExecutionStackException
Definition SR.cs:192
static string InvalidOperation_HandleIsNotInitialized
Definition SR.cs:1454
static string Argument_DateTimeBadBinaryData
Definition SR.cs:556
static string Acc_CreateInterfaceEx
Definition SR.cs:32
static string ObjectDisposed_Generic
Definition SR.cs:1742
static string Lazy_CreateValue_NoParameterlessCtorForT
Definition SR.cs:1598
static string InvalidOperation_CannotUseAFCMultiple
Definition SR.cs:1422
static string Arg_DllNotFoundException
Definition SR.cs:126
static string Argument_InvalidElementValue
Definition SR.cs:678
static string ArgumentOutOfRange_LengthTooLarge
Definition SR.cs:1052
static string ArgumentOutOfRange_SmallMaxCapacity
Definition SR.cs:1104
static string InvalidOperation_NullModuleHandle
Definition SR.cs:1496
static string Arg_FieldAccessException
Definition SR.cs:156
static string Arg_UnboundGenField
Definition SR.cs:442
static string Argument_BadResourceScopeTypeBits
Definition SR.cs:2144
static string InvalidOperation_UnknownEnumType
Definition SR.cs:1530
static string EventSource_VarArgsParameterMismatch
Definition SR.cs:1304
static string Arg_RankException
Definition SR.cs:378
static string PlatformNotSupported_IExpando
Definition SR.cs:1802
static string Arg_AppDomainUnloadedException
Definition SR.cs:2164
static string IO_BindHandleFailed
Definition SR.cs:1560
static string StandardOleMarshalObjectGetMarshalerFailed
Definition SR.cs:1854
static string Argument_BadExceptionCodeGen
Definition SR.cs:480
static string Arg_RankMultiDimNotSupported
Definition SR.cs:18
static string Format_InvalidGuidFormatSpecification
Definition SR.cs:1352
static string SpinWait_SpinUntil_TimeoutWrong
Definition SR.cs:1922
static string Arg_DataMisalignedException
Definition SR.cs:112
static string Interop_Marshal_CannotCreateSafeHandleField
Definition SR.cs:1378
static string Thread_ApartmentState_ChangeFailed
Definition SR.cs:1986
static string Task_FromAsync_LongRunning
Definition SR.cs:1934
static string LockRecursionException_ReadAfterWriteNotAllowed
Definition SR.cs:2038
static string NullabilityInfoContext_NotSupported
Definition SR.cs:2212
static string MissingField
Definition SR.cs:1618
static string EventSource_AbstractMustNotDeclareKTOC
Definition SR.cs:1184
static string Argument_InvalidConstructorDeclaringType
Definition SR.cs:656
static string Arg_VarMissNull
Definition SR.cs:448
static string SemaphoreSlim_Wait_TimeoutWrong
Definition SR.cs:1868
static string Arg_InvalidOleVariantTypeException
Definition SR.cs:214
static bool _resourceManagerInited
Definition SR.cs:18
static string Arg_AmbiguousMatchException
Definition SR.cs:62
static string Arg_DlgtTypeMis
Definition SR.cs:124
static string Argument_InvalidNormalizationForm
Definition SR.cs:718
static string IO_SharingViolation_NoFileName
Definition SR.cs:54
static string NotSupported_FixedSizeCollection
Definition SR.cs:1674
static string ArgumentOutOfRange_Week
Definition SR.cs:1126
static string Argument_NotMethodCallOpcode
Definition SR.cs:816
static string NotSupported_CannotCallEqualsOnSpan
Definition SR.cs:1658
static string PlatformNotSupported_Principal
Definition SR.cs:1808
static string ArgumentOutOfRange_StartIndexLargerThanLength
Definition SR.cs:1108
static string Argument_OneOfCulturesNotSupported
Definition SR.cs:834
static string IO_PathNotFound_NoPathName
Definition SR.cs:42
static string Argument_InvalidArgumentForComparison
Definition SR.cs:640
static string InvalidCast_CannotCoerceByRefVariant
Definition SR.cs:1384
static string InvalidOperation_ShouldNotHaveMethodBody
Definition SR.cs:1516
static string InvalidOperation_CollectionCorrupted
Definition SR.cs:1426
static string Acc_CreateArgIterator
Definition SR.cs:28
static string Argument_MustBeRuntimeMethodInfo
Definition SR.cs:778
static string Arg_FldSetGet
Definition SR.cs:166
static string InvalidFilterCriteriaException_CritString
Definition SR.cs:1840
static string InvalidOperation_ResourceNotStream_Name
Definition SR.cs:1508
static string PlatformNotSupported_SecureBinarySerialization
Definition SR.cs:1796
static string Argument_NotEnoughBytesToWrite
Definition SR.cs:808
static string Arg_ResourceFileUnsupportedVersion
Definition SR.cs:396
static string Argument_PathEmpty
Definition SR.cs:840
static string MissingManifestResource_MultipleBlobs
Definition SR.cs:1622
static string EventSource_AbstractMustNotDeclareEventMethods
Definition SR.cs:1182
static string LockRecursionException_RecursiveReadNotAllowed
Definition SR.cs:2040
static string ThreadLocal_Disposed
Definition SR.cs:2002
static string Argument_BadResourceScopeVisibilityBits
Definition SR.cs:2146
static string InvalidOperation_OpenLocalVariableScope
Definition SR.cs:1498
static string Argument_DateTimeOffsetInvalidDateTimeStyles
Definition SR.cs:570
static string Argument_InvalidGenericInstArray
Definition SR.cs:690
static string Arg_EHClauseNotClause
Definition SR.cs:130
static string SpinLock_IsHeldByCurrentThread
Definition SR.cs:1912
static string EventSource_NeedGuid
Definition SR.cs:1246
static string Argument_RedefinedLabel
Definition SR.cs:848
static string Argument_InvalidPreallocateAccess
Definition SR.cs:636
static string Argument_InvalidCodePageBytesIndex
Definition SR.cs:652
static string ArgumentOutOfRange_Year
Definition SR.cs:1128
static string Argument_MustBeFalse
Definition SR.cs:772
static string EventSource_MaxChannelExceeded
Definition SR.cs:1242
static string Arg_ArithmeticException
Definition SR.cs:70
static string Arg_TypedReference_Null
Definition SR.cs:430
static string Argument_EmptyDecString
Definition SR.cs:580
static string Argument_CustomCultureCannotBePassedByNumber
Definition SR.cs:554
static string Interop_Marshal_SafeHandle_InvalidOperation
Definition SR.cs:1376
static string InvalidCast_IConvertible
Definition SR.cs:1394
static string NotSupported_ValueCollectionSet
Definition SR.cs:42
static string Argument_EmptyPath
Definition SR.cs:38
static string Arg_HexStyleNotSupported
Definition SR.cs:184
static string BadImageFormat_NegativeStringLength
Definition SR.cs:1152
static string Argument_UTCOutOfRange
Definition SR.cs:912
static string Argument_BadFieldForConstructorBuilder
Definition SR.cs:482
static string EventSource_ListenerWriteFailure
Definition SR.cs:1240
static string BadImageFormat_ResType_SerBlobMismatch
Definition SR.cs:1156
static string MissingSatelliteAssembly_Culture_Name
Definition SR.cs:1638
static string EventSource_EventParametersMismatch
Definition SR.cs:1210
static string Arg_ObjObjEx
Definition SR.cs:356
static string Argument_StructArrayTooLarge
Definition SR.cs:2106
static string ArgumentOutOfRange_TimeoutTooLarge
Definition SR.cs:1112
static string Argument_CultureNotSupportedInInvariantMode
Definition SR.cs:550
static string Arg_MarshalDirectiveException
Definition SR.cs:238
static string PlatformNotSupported_AppDomains
Definition SR.cs:1804
static string NotSupported_IllegalOneByteBranch
Definition SR.cs:1678
static string InvalidTimeZone_InvalidRegistryData
Definition SR.cs:1536
static string IO_FileNotFound
Definition SR.cs:38
static string SpinLock_TryEnter_ArgumentOutOfRange
Definition SR.cs:1914
static string InvalidOperation_NativeOverlappedReused
Definition SR.cs:1470
static string Arg_MissingMemberException
Definition SR.cs:246
static string ArgumentOutOfRange_Day
Definition SR.cs:998
static string Arg_ContextMarshalException
Definition SR.cs:2162
static string Argument_HasToBeArrayClass
Definition SR.cs:614
static string EventSource_NonCompliantTypeError
Definition SR.cs:1254
static string IO_FileNotFound_FileName
Definition SR.cs:40
static string Argument_EmptyWaithandleArray
Definition SR.cs:588
static string Argument_InvalidTypeForCA
Definition SR.cs:746
static string Task_InvalidTimerTimeSpan
Definition SR.cs:1928
static string Argument_TypeNotComObject
Definition SR.cs:898
static string ArgumentOutOfRange_MustBeNonNegNum
Definition SR.cs:1066
static string PostconditionFailed_Cnd
Definition SR.cs:1816
static string InvalidOperation_CannotRestoreUnsupressedFlow
Definition SR.cs:1418
static string GenericInvalidData
Definition SR.cs:20
static string InvalidOperation_NotGenericType
Definition SR.cs:1484
static string Overflow_Byte
Definition SR.cs:1760
static string ArgumentOutOfRange_ListInsert
Definition SR.cs:1056
static string Argument_InvalidDigitSubstitution
Definition SR.cs:670
static string Arg_DlgtTargMeth
Definition SR.cs:122
static string ArgumentOutOfRange_FileTimeInvalid
Definition SR.cs:1016
static string Format_NoParsibleDigits
Definition SR.cs:1358
static string Acc_CreateAbstEx
Definition SR.cs:26
static string SemaphoreSlim_Release_CountWrong
Definition SR.cs:1866
static string SpinWait_SpinUntil_ArgumentNull
Definition SR.cs:1920
static string Arg_SafeArrayTypeMismatchException
Definition SR.cs:402
static string NotSupported_UnreadableStream
Definition SR.cs:32
static string IO_DiskFull_Path_AllocationSize
Definition SR.cs:1556
static string Argument_InvalidLabel
Definition SR.cs:702
static string Activator_CannotCreateInstance
Definition SR.cs:2184
static string Serialization_StringBuilderMaxCapacity
Definition SR.cs:1908
static string Arg_MustBeDateTimeOffset
Definition SR.cs:264
static string Argument_MethodRedefined
Definition SR.cs:2088
static string NotSupported_UnknownTypeCode
Definition SR.cs:1726
static string Argument_IllegalEnvVarName
Definition SR.cs:628
static string Argument_CustomAssemblyLoadContextRequestedNameMismatch
Definition SR.cs:552
static string Arg_TypeRefPrimitve
Definition SR.cs:436
static string ArgumentException_ValueTupleIncorrectType
Definition SR.cs:926
static string Arg_MustBeNullTerminatedString
Definition SR.cs:2080
static string EventSource_KeywordNeedPowerOfTwo
Definition SR.cs:1234
static string Arg_LongerThanSrcArray
Definition SR.cs:230
static string ArgumentNull_Buffer
Definition SR.cs:22
static string Threading_SemaphoreFullException
Definition SR.cs:2000
static string Argument_ArrayGetInterfaceMap
Definition SR.cs:470
static string BadImageFormat_InvalidType
Definition SR.cs:1150
static string Argument_InvalidKindOfTypeForCA
Definition SR.cs:700
static string ArgumentOutOfRange_BadHourMinuteSecond
Definition SR.cs:972
static string LockRecursionException_RecursiveWriteNotAllowed
Definition SR.cs:2042
static string InvalidOperation_CannotRegisterSecondResolver
Definition SR.cs:1416
static string AssemblyLoadContext_Verify_NotUnloading
Definition SR.cs:1136
static string UnauthorizedAccess_RegistryKeyGeneric_Key
Definition SR.cs:2026
static string Arg_GetMethNotFnd
Definition SR.cs:176
static string Arg_CryptographyException
Definition SR.cs:108
static string ArgumentNull_Generic
Definition SR.cs:950
static string Arg_FldSetInvoke
Definition SR.cs:168
static string Argument_NotExceptionType
Definition SR.cs:812
static string Arg_EmptyArray
Definition SR.cs:134
static string ArgumentOutOfRange_BinaryReaderFillBuffer
Definition SR.cs:978
static string ArgumentNull_Key
Definition SR.cs:28
static string InvalidOperation_BadInstructionOrIndexOutOfBound
Definition SR.cs:1404
static string InvalidOperation_ResourceNotString_Type
Definition SR.cs:1512
static string Serialization_NullKey
Definition SR.cs:1900
static string Format_BadFormatSpecifier
Definition SR.cs:1330
static string Exception_EndStackTraceFromPreviousThrow
Definition SR.cs:1308
static string Format_InvalidString
Definition SR.cs:1354
static string Argument_ResultCalendarRange
Definition SR.cs:866
static string Arg_NoAccessSpec
Definition SR.cs:334
static string Lazy_ctor_ModeInvalid
Definition SR.cs:1600
static string Arg_EnumNotCloneable
Definition SR.cs:2102
static string Arg_COMPropSetPut
Definition SR.cs:104
static string LockRecursionException_RecursiveUpgradeNotAllowed
Definition SR.cs:2044
static string ManualResetEventSlim_ctor_SpinCountOutOfRange
Definition SR.cs:1608
static string GetResourceString(string resourceKey)
Definition SR.cs:101
static string AggregateException_ctor_InnerExceptionNull
Definition SR.cs:44
static string Argument_InvalidNativeDigitCount
Definition SR.cs:712
static string AppDomain_Name
Definition SR.cs:50
static string UnknownError_Num
Definition SR.cs:2028
static string EventSource_ToString
Definition SR.cs:1284
static string Task_MultiTaskContinuation_NullTask
Definition SR.cs:1942
static string Overflow_Currency
Definition SR.cs:1764
static string Interop_Marshal_Unmappable_Char
Definition SR.cs:1374
static string Arg_BadImageFormatException
Definition SR.cs:82
static bool UsingResourceKeys()
Definition SR.cs:2269
static string Argument_IdnIllegalName
Definition SR.cs:626
static string Arg_ArgumentOutOfRangeException
Definition SR.cs:68
static string InvalidOperation_ResMgrBadResSet_Type
Definition SR.cs:1506
static string Argument_BadFieldType
Definition SR.cs:486
static string Argument_EmptyFileName
Definition SR.cs:582
static string Serialization_DelegatesNotSupported
Definition SR.cs:1876
static string NotSupported_AbstractNonCLS
Definition SR.cs:1646
static string Argument_CultureNotSupported
Definition SR.cs:548
static string Argument_MismatchedArrays
Definition SR.cs:768
static string ArgumentOutOfRange_NeedValidId
Definition SR.cs:1076
static string Argument_DateTimeIsInvalid
Definition SR.cs:562
static string Argument_FrameworkNameMissingVersion
Definition SR.cs:2156
static string InvalidCast_Empty
Definition SR.cs:1388
static string NotSupported_SymbolMethod
Definition SR.cs:1716
static string ArgumentOutOfRange_HugeArrayNotSupported
Definition SR.cs:1026
static string EventSource_IllegalOpcodeValue
Definition SR.cs:1220
static string Format_BadDateOnly
Definition SR.cs:1324
static string Arg_IndexOutOfRangeException
Definition SR.cs:190
static string Arg_MustBeSByte
Definition SR.cs:294
static string ArgumentOutOfRange_InvalidLowSurrogate
Definition SR.cs:1044
static string Argument_SemaphoreInitialMaximum
Definition SR.cs:868
static string EventSource_InvalidCommand
Definition SR.cs:1228
static string Task_Start_AlreadyStarted
Definition SR.cs:1952
static string Arg_TypeLoadException
Definition SR.cs:432
static string Argument_InvalidHandle
Definition SR.cs:24
static string Argument_MustBeRuntimeFieldInfo
Definition SR.cs:776
static string InvalidCast_DBNull
Definition SR.cs:1386
static string BadImageFormat_ResourcesHeaderCorrupted
Definition SR.cs:1166
static string Arg_MarshalAsAnyRestriction
Definition SR.cs:236
static string ArgumentNull_ArrayValue
Definition SR.cs:934
static string Arg_Need2DArray
Definition SR.cs:326
static string Arg_PathEmpty
Definition SR.cs:54
static string ResourceManager_ReflectionNotAllowed
Definition SR.cs:2188
static string Arg_TargetInvocationException
Definition SR.cs:418
static string ArgumentException_TupleLastArgumentNotATuple
Definition SR.cs:924
static string SpinLock_TryReliableEnter_ArgumentException
Definition SR.cs:1918
static string TypeLoad_ResolveType
Definition SR.cs:2016
static string Argument_AttributeNamesMustBeUnique
Definition SR.cs:474
static string SynchronizationLockException_MisMatchedRead
Definition SR.cs:2050
static string Argument_InvalidSubPath
Definition SR.cs:2202
static string Serialization_StringBuilderCapacity
Definition SR.cs:1906
static string Argument_FieldDeclaringTypeGeneric
Definition SR.cs:602
static string Argument_EmptyName
Definition SR.cs:584
static string Argument_StartupHookAssemblyLoadFailed
Definition SR.cs:2116
static string ArgumentOutOfRange_GenericPositive
Definition SR.cs:1018
static string Arg_ParmCnt
Definition SR.cs:368
static string AppDomain_NoContextPolicies
Definition SR.cs:52
static string Argument_ResolveMember
Definition SR.cs:854
static string Argument_ConflictingDateTimeRoundtripStyles
Definition SR.cs:526
static string Argument_NativeOverlappedAlreadyFree
Definition SR.cs:788
static string Arg_DuplicateWaitObjectException
Definition SR.cs:128
static string Serialization_MissingDateTimeData
Definition SR.cs:1890
static string LockRecursionException_UpgradeAfterWriteNotAllowed
Definition SR.cs:2056
static string Serialization_KeyValueDifferentSizes
Definition SR.cs:1888
static string Rank_MultiDimNotSupported
Definition SR.cs:1826
static string Arg_CATypeResolutionFailed
Definition SR.cs:98
static string EventSource_UndefinedOpcode
Definition SR.cs:1296
static string Arg_InvalidANSIString
Definition SR.cs:194
static string ObjectDisposed_ViewAccessorClosed
Definition SR.cs:70
static string net_emptystringcall
Definition SR.cs:14
static string InvariantFailed
Definition SR.cs:1538
static string RFLCT_Targ_StatFldReqTarg
Definition SR.cs:1848
static string Serialization_CorruptField
Definition SR.cs:1872
static string Arg_MustBeIntPtr
Definition SR.cs:286
static string Arg_CustomAttributeFormatException
Definition SR.cs:110
static string ArgumentOutOfRange_IndexLength
Definition SR.cs:1034
static string BadImageFormat_ResourceDataLengthInvalid
Definition SR.cs:1158
static string Format(string resourceFormat, object p1, object p2, object p3)
Definition SR.cs:2319
static string ArgumentOutOfRange_IndexString
Definition SR.cs:1036
static string Arg_OverflowException
Definition SR.cs:362
static string Argument_InvalidOffLen
Definition SR.cs:22
static string EventSource_DataDescriptorsOutOfRange
Definition SR.cs:1192
static string TaskCompletionSourceT_TrySetException_NullException
Definition SR.cs:1968
static string Argument_StringFirstCharIsZero
Definition SR.cs:880
static string EventSource_EventSourceGuidInUse
Definition SR.cs:1212
static string Overflow_Char
Definition SR.cs:1762
static string Argument_NeedGenericMethodDefinition
Definition SR.cs:792
static string Arg_MustBeGuid
Definition SR.cs:278
static string NotSupported_NoParentDefaultConstructor
Definition SR.cs:1694
static string InvalidOperation_NoPublicRemoveMethod
Definition SR.cs:1476
static string Arg_NamedParamNull
Definition SR.cs:318
static readonly bool s_usingResourceKeys
Definition SR.cs:8
static string EventSource_UnsupportedEventTypeInManifest
Definition SR.cs:1300
static string Argument_MethodDeclaringTypeGeneric
Definition SR.cs:760
static string Argument_BadConstructor
Definition SR.cs:476
static string Argument_BadLabel
Definition SR.cs:492
static string Arg_PropSetGet
Definition SR.cs:374
static string EventSource_NullInput
Definition SR.cs:1266
static string EventSource_IllegalTaskValue
Definition SR.cs:1222
static string InvalidOperation_EnumOpCantHappen
Definition SR.cs:48
static string Task_Delay_InvalidMillisecondsDelay
Definition SR.cs:1930
static string MissingMemberTypeRef
Definition SR.cs:1634
static string Argument_LongEnvVarValue
Definition SR.cs:758
static string Argument_BadTypeAttrReservedBitsSet
Definition SR.cs:514
static string Argument_InvalidEnum
Definition SR.cs:680
static string UnauthorizedAccess_MemStreamBuffer
Definition SR.cs:2024
static string Argument_BadConstructorCallConv
Definition SR.cs:478
static string Argument_OffsetOutOfRange
Definition SR.cs:828
static string InsufficientMemory_MemFailPoint_TooBig
Definition SR.cs:1368
static string Argument_IdnBadBidi
Definition SR.cs:616
static string NotSupported_OutputStreamUsingTypeBuilder
Definition SR.cs:1702
static string Arithmetic_NaN
Definition SR.cs:1130
static string Arg_EndOfStreamException
Definition SR.cs:136
static string Argument_InvalidTypeWithPointersNotSupported
Definition SR.cs:752
static string Argument_AbsolutePathRequired
Definition SR.cs:454
static string Security_CannotReadRegistryData
Definition SR.cs:1856
static string Overflow_Decimal
Definition SR.cs:1766
static string Argument_ResolveMethodHandle
Definition SR.cs:858
static string Arg_InvalidFilterCriteriaException
Definition SR.cs:202
static string Argument_AdjustmentRulesOutOfOrder
Definition SR.cs:464
static string Argument_DuplicateTypeName
Definition SR.cs:576
static string Arg_PropSetInvoke
Definition SR.cs:376
static string ArgumentOutOfRange_OffsetOut
Definition SR.cs:1086
static string Arg_NDirectBadObject
Definition SR.cs:322
static string EventSource_RecursiveTypeDefinition
Definition SR.cs:1272
static string TaskT_TransitionToFinal_AlreadyCompleted
Definition SR.cs:1984
static string EventSource_NeedPositiveId
Definition SR.cs:1250
static string ObjectDisposed_ResourceSet
Definition SR.cs:1750
static string ArgumentOutOfRange_Length
Definition SR.cs:1048
static string Arg_RegKeyNotFound
Definition SR.cs:388
static string InvalidOperation_AsyncFlowCtrlCtxMismatch
Definition SR.cs:1396
static string Argument_BadPInvokeMethod
Definition SR.cs:2084
static string Thread_Operation_RequiresCurrentThread
Definition SR.cs:1990
static string Format_InvalidEnumFormatSpecification
Definition SR.cs:1350
static string Arg_NegativeArgCount
Definition SR.cs:332
static string Task_ContinueWith_ESandLR
Definition SR.cs:1924
static string EventSource_UndefinedChannel
Definition SR.cs:1292
static string ArgumentOutOfRange_DayNumber
Definition SR.cs:1060
static string Argument_ConvertMismatch
Definition SR.cs:540
static string Argument_TimeSpanHasSeconds
Definition SR.cs:884
static string InvalidOperation_BadInterfaceNotAbstract
Definition SR.cs:1406
static string Argument_InvalidElementText
Definition SR.cs:676
static string ArgumentNull_String
Definition SR.cs:960
static string Arg_CannotMixComparisonInfrastructure
Definition SR.cs:94
static string Argument_CannotSetParentToInterface
Definition SR.cs:520
static string Multicast_Combine
Definition SR.cs:1642
static string Argument_GenericsInvalid
Definition SR.cs:610
static string InvalidOperation_GlobalsHaveBeenCreated
Definition SR.cs:1452
static string Argument_EmitWriteLineType
Definition SR.cs:578
static string InvalidOperation_ReadOnly
Definition SR.cs:1504
static string Argument_InvalidPreallocateMode
Definition SR.cs:638
static List< string > _currentlyLoading
Definition SR.cs:14
static string PreconditionFailed_Cnd
Definition SR.cs:1824
static string EventSource_EvenHexDigits
Definition SR.cs:1198
static string EventSource_EventIdReused
Definition SR.cs:1202
static string AggregateException_InnerException
Definition SR.cs:48
static string EventSource_UnknownEtwTrait
Definition SR.cs:1298
static string Argument_GWithPrecisionNotSupported
Definition SR.cs:2094
static string Arg_PathIsVolume
Definition SR.cs:2200
static string Arg_ParamName_Name
Definition SR.cs:364
static string BadImageFormat_BadILFormat
Definition SR.cs:1148
static string RFLCT_InvalidFieldFail
Definition SR.cs:1842
static string Serialization_InvalidEscapeSequence
Definition SR.cs:1882
static string ArgumentOutOfRange_NeedNonNegNum
Definition SR.cs:32
static string Arg_NeedAtLeast1Rank
Definition SR.cs:330
static string Acc_CreateGenericEx
Definition SR.cs:30
static string RFLCT_Targ_StatMethReqTarg
Definition SR.cs:1850
static string Argument_NotInExceptionBlock
Definition SR.cs:814
static string MissingConstructor_Name
Definition SR.cs:1616
static string InvalidFilterCriteriaException_CritInt
Definition SR.cs:1838
static string Arg_RankIndices
Definition SR.cs:380
static string InvalidOperation_ResetGlobalComWrappersInstance
Definition SR.cs:2130
static string Arg_ArgumentException
Definition SR.cs:66
static string InvalidOperation_NoMultiModuleAssembly
Definition SR.cs:1472
static string Argument_ToExclusiveLessThanFromExclusive
Definition SR.cs:886
static string TaskCanceledException_ctor_DefaultMessage
Definition SR.cs:1964
static string Arg_HandleNotAsync
Definition SR.cs:180
static readonly object _lock
Definition SR.cs:12
static string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline
Definition SR.cs:1978
static string Argument_IdnBadLabelSize
Definition SR.cs:618
static string EventSource_TooManyArgs
Definition SR.cs:1280
static string Arg_KeyNotFoundWithKey
Definition SR.cs:94
static string InvalidOperation_TimeoutsNotSupported
Definition SR.cs:1520
static string InvariantFailed_Cnd
Definition SR.cs:1540
static string InvalidOperation_BadTypeAttributesNotAbstract
Definition SR.cs:1410
static string Verification_Exception
Definition SR.cs:2030
static string TaskExceptionHolder_UnknownExceptionType
Definition SR.cs:1972
static string Task_RunSynchronously_Promise
Definition SR.cs:1948
static string ArgumentNull_Type
Definition SR.cs:962
static string Argument_TypeNotValid
Definition SR.cs:900
static string IO_FixedCapacity
Definition SR.cs:1572
static string Arg_EnumUnderlyingTypeAndObjectMustBeSameType
Definition SR.cs:148
static string Argument_InvalidEnumValue
Definition SR.cs:18
static string Arg_MustBePointer
Definition SR.cs:288
static string MissingManifestResource_NoNeutralDisk
Definition SR.cs:1626
static string Arg_InvalidTypeInSignature
Definition SR.cs:220
static string Argument_InvalidAppendMode
Definition SR.cs:634
static string ArgumentOutOfRange_DateTimeBadTicks
Definition SR.cs:992
static int _infinitelyRecursingCount
Definition SR.cs:16
static string EventSource_ChannelTypeDoesNotMatchEventChannelValue
Definition SR.cs:1190
static string ArgumentOutOfRange_OffsetLength
Definition SR.cs:1084
static string RFLCT_AmbigCust
Definition SR.cs:1834
static string Arg_HTCapacityOverflow
Definition SR.cs:186
static string NotSupported_ByRefToByRefLikeReturn
Definition SR.cs:1652
static string Argument_GenericArgsCount
Definition SR.cs:608
static string IO_PathTooLong_Path
Definition SR.cs:94
static string ObjectDisposed_ObjectName_Name
Definition SR.cs:1744
static string ObjectDisposed_FileClosed
Definition SR.cs:28
static string Argument_InvalidTypeName
Definition SR.cs:750
static string Arg_UnauthorizedAccessException
Definition SR.cs:440
static string Format_GuidUnrecognized
Definition SR.cs:1346
static string ArgumentOutOfRange_MonthParam
Definition SR.cs:1062
static string InvalidOperation_HashInsertFailed
Definition SR.cs:1458
static string BadImageFormat_ResourceNameCorrupted
Definition SR.cs:1160
static string Arg_NotGenericTypeDefinition
Definition SR.cs:348
static string Argument_InvalidParamInfo
Definition SR.cs:728
static string AssemblyDependencyResolver_FailedToLoadHostpolicy
Definition SR.cs:2098
static string Arg_HandleNotSync
Definition SR.cs:182
static string ArgumentNull_Child
Definition SR.cs:942
static string InvalidOperation_AsyncIOInProgress
Definition SR.cs:1398
static string IO_PathNotFound_Path
Definition SR.cs:44
static string InsufficientMemory_MemFailPoint_VAFrag
Definition SR.cs:1370
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:2328
static string InvalidOperation_CannotUseAFCOtherThread
Definition SR.cs:1424
static string Arg_InvalidSatelliteContract_Asm_Ver
Definition SR.cs:212
static string Argument_InvalidGroupSize
Definition SR.cs:692
static string ArgumentOutOfRange_EndIndexStartIndex
Definition SR.cs:1008
static string Argument_OffsetAndCapacityOutOfBounds
Definition SR.cs:822
static string IndexOutOfRange_ArrayWithOffset
Definition SR.cs:2108
static string Arg_MissingMethodException
Definition SR.cs:248
static string UnauthorizedAccess_IODenied_NoPathName
Definition SR.cs:48
static string Overflow_UInt32
Definition SR.cs:1788
static string ArgumentOutOfRange_InputTooLarge
Definition SR.cs:1038
static string InvalidOperation_PropertyInfoNotAvailable
Definition SR.cs:1502
static string Arg_NamedParamTooBig
Definition SR.cs:320
static string Arg_MustBeRuntimeAssembly
Definition SR.cs:292
static string Arg_OleAutDateInvalid
Definition SR.cs:358
static string Argument_ResolveType
Definition SR.cs:864
static string ThreadLocal_Value_RecursiveCallsToValue
Definition SR.cs:2004
static string Argument_NeedStructWithNoRefs
Definition SR.cs:796
static string Argument_MustBeRuntimeType
Definition SR.cs:782
static string Argument_EmptyApplicationName
Definition SR.cs:2150
static string ArgumentOutOfRange_StreamLength
Definition SR.cs:1110
static string Arg_MustBeEnumBaseTypeOrEnum
Definition SR.cs:276
static string Argument_DateTimeKindMustBeUnspecified
Definition SR.cs:566
static string Format_NoFormatSpecifier
Definition SR.cs:1332
static string Task_Dispose_NotCompleted
Definition SR.cs:1932
static string IDynamicInterfaceCastable_DoesNotImplementRequested
Definition SR.cs:2170
static string Argument_ResolveString
Definition SR.cs:862
static string BadImageFormat_ResourceNameCorrupted_NameIndex
Definition SR.cs:1162
static string EventSource_KeywordCollision
Definition SR.cs:1232
static string InvalidOperation_FunctionMissingUnmanagedCallersOnly
Definition SR.cs:1690
static string NotSupported_SubclassOverride
Definition SR.cs:1714
static string PlatformNotSupported_FileEncryption
Definition SR.cs:2208
static string NotSupported_AssemblyLoadFromHash
Definition SR.cs:1650
static string NotSupported_KeyCollectionSet
Definition SR.cs:50
static string ArgumentOutOfRange_DecimalScale
Definition SR.cs:1006
static string InvalidOperation_EventInfoNotAvailable
Definition SR.cs:1446
static string AggregateException_ctor_DefaultMessage
Definition SR.cs:42
static string Argument_GenConstraintViolation
Definition SR.cs:606
static string ArgumentException_BufferNotFromPool
Definition SR.cs:916
static string Format_BadBoolean
Definition SR.cs:1322
static string ArgumentOutOfRange_InvalidEraValue
Definition SR.cs:1040
static string InvalidOperation_MethodBaked
Definition SR.cs:1462
static string InvalidOperation_GetVersion
Definition SR.cs:1450
static string ArgumentNull_AssemblyNameName
Definition SR.cs:938
static string ArgumentOutOfRange_Bounds_Lower_Upper
Definition SR.cs:980
static string InvalidOperation_BadEmptyMethodBody
Definition SR.cs:1400
static string Argument_EncodingNotSupported
Definition SR.cs:596
static string EventSource_IncorrentlyAuthoredTypeInfo
Definition SR.cs:1226
static string EventSource_StopsFollowStarts
Definition SR.cs:1274
static string Arg_AccessViolationException
Definition SR.cs:60
static string Format_BadHexChar
Definition SR.cs:1334
static string Arg_FldGetPropSet
Definition SR.cs:162
static string Thread_GetSetCompressedStack_NotSupported
Definition SR.cs:1988
static string NotSupported_StringComparison
Definition SR.cs:1712
static string Argument_UnknownUnmanagedCallConv
Definition SR.cs:904
static string Arg_BasePathNotFullyQualified
Definition SR.cs:2070
static string ManualResetEventSlim_ctor_TooManyWaiters
Definition SR.cs:1610
Definition SR.cs:7
static void Exit(object obj)
static void Enter(object obj)