16 references to GetResourceString
System.Private.Reflection.Execution (16)
src\runtime\artifacts\obj\coreclr\nativeaot\System.Private.Reflection.Execution\linux.x64.Release\System.SR.cs (15)
16internal static string @Reflection_InsufficientMetadata_EdbNeeded => GetResourceString("Reflection_InsufficientMetadata_EdbNeeded"); 18internal static string @RFLCT_Targ_StatFldReqTarg => GetResourceString("RFLCT_Targ_StatFldReqTarg"); 20internal static string @MultiDim_Of_This_Rank_Not_Supported => GetResourceString("MultiDim_Of_This_Rank_Not_Supported"); 22internal static string @Object_NotInvokable => GetResourceString("Object_NotInvokable"); 24internal static string @MakeGenericMethod_NoMetadata => GetResourceString("MakeGenericMethod_NoMetadata"); 26internal static string @PlatformNotSupported_CannotInvokeDelegateCtor => GetResourceString("PlatformNotSupported_CannotInvokeDelegateCtor"); 28internal static string @Argument_AddingDuplicateWithKey => GetResourceString("Argument_AddingDuplicateWithKey"); 30internal static string @Argument_GenericArgsCount => GetResourceString("Argument_GenericArgsCount"); 32internal static string @Argument_NeverValidGenericArgument => GetResourceString("Argument_NeverValidGenericArgument"); 34internal static string @Argument_ConstraintFailed => GetResourceString("Argument_ConstraintFailed"); 36internal static string @Acc_ReadOnly => GetResourceString("Acc_ReadOnly"); 38internal static string @DelegateGetMethodInfo_NoDynamic => GetResourceString("DelegateGetMethodInfo_NoDynamic"); 40internal static string @DelegateGetMethodInfo_NoInstantiation => GetResourceString("DelegateGetMethodInfo_NoInstantiation"); 42internal static string @Arg_InterfaceMapMustNotBeAbstract => GetResourceString("Arg_InterfaceMapMustNotBeAbstract"); 44internal static string @Acc_InitOnlyStatic => GetResourceString("Acc_InitOnlyStatic");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);