18 references to GetResourceString
System.Reflection.Context (18)
artifacts\obj\System.Reflection.Context\Debug\net11.0\System.SR.cs (18)
16internal static string @ArgumentNull_GetterOrSetterMustBeSpecified => GetResourceString("ArgumentNull_GetterOrSetterMustBeSpecified", @"Either 'getter' or 'setter' must be specified."); 18internal static string @Argument_GetMethNotFnd => GetResourceString("Argument_GetMethNotFnd", @"The get accessor of the property was not found."); 20internal static string @Argument_PropertyTypeFromDifferentContext => GetResourceString("Argument_PropertyTypeFromDifferentContext", @"The property type needs to be mapped to the current ReflectionContext."); 22internal static string @Format_AttributeUsage => GetResourceString("Format_AttributeUsage", @"Duplicate AttributeUsageAttribute records found on attribute type {0}."); 24internal static string @InvalidOperation_AddNullProperty => GetResourceString("InvalidOperation_AddNullProperty", @"AddProperties returned a null property."); 26internal static string @InvalidOperation_AddPropertyDifferentContext => GetResourceString("InvalidOperation_AddPropertyDifferentContext", @"AddProperties returned a property not created by CustomReflectionContext.CreateProperty in the current reflection context."); 28internal static string @InvalidOperation_AddPropertyDifferentType => GetResourceString("InvalidOperation_AddPropertyDifferentType", @"AddProperties returned a property that has already been added to another type."); 30internal static string @InvalidOperation_EnumLitValueNotFound => GetResourceString("InvalidOperation_EnumLitValueNotFound", @"Literal value was not found."); 32internal static string @InvalidOperation_InvalidMemberType => GetResourceString("InvalidOperation_InvalidMemberType", @"The member {0} has an invalid MemberType {1}."); 34internal static string @InvalidOperation_InvalidMethodType => GetResourceString("InvalidOperation_InvalidMethodType", @"The method is neither a MethodInfo nor a ConstructorInfo: {0}."); 36internal static string @InvalidOperation_NotGenericMethodDefinition => GetResourceString("InvalidOperation_NotGenericMethodDefinition", @"{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true."); 38internal static string @InvalidOperation_NoTypeInfoForThisType => GetResourceString("InvalidOperation_NoTypeInfoForThisType", @"Cannot get the TypeInfo object from the Type object: {0}."); 40internal static string @InvalidOperation_NullAttribute => GetResourceString("InvalidOperation_NullAttribute", @"The attribute object cannot be null."); 42internal static string @PlatformNotSupported_ReflectionContext => GetResourceString("PlatformNotSupported_ReflectionContext", @"Customized reflection contexts are only supported on .NET Framework."); 44internal static string @Target_InstanceMethodRequiresTarget => GetResourceString("Target_InstanceMethodRequiresTarget", @"Non-static method requires a target."); 46internal static string @Target_ObjectTargetMismatch => GetResourceString("Target_ObjectTargetMismatch", @"Object does not match target type."); 48internal static string @Argument_ObjectArgumentMismatch => GetResourceString("Argument_ObjectArgumentMismatch", @"Object of type '{0}' cannot be converted to type '{1}'."); 50internal static string @Arg_AmbiguousMatchException_MemberInfo => GetResourceString("Arg_AmbiguousMatchException_MemberInfo", @"Ambiguous match found for '{0} {1}'.");