16 references to GetResourceString
System.Composition.Convention (16)
artifacts\obj\System.Composition.Convention\Debug\net10.0\System.SR.cs (16)
16internal static string @ArgumentOutOfRange_InvalidEnumInSet => GetResourceString("ArgumentOutOfRange_InvalidEnumInSet", @"The value of argument '{0}' ({1}) is not supported. Allowed values are : '{2}'."); 18internal static string @Argument_ExpressionMustBeNew => GetResourceString("Argument_ExpressionMustBeNew", @"The value of argument '{0}' is not supported. The expression must use operator new."); 20internal static string @Argument_ExpressionMustBePropertyMember => GetResourceString("Argument_ExpressionMustBePropertyMember", @"The value of argument '{0}' is not supported. The expression must be a property member expression."); 22internal static string @Registration_ConstructorConventionOverridden => GetResourceString("Registration_ConstructorConventionOverridden", @"A constructor selection convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention."); 24internal static string @Registration_TypeExportConventionOverridden => GetResourceString("Registration_TypeExportConventionOverridden", @"An Export specification convention that would apply to type '{0}' has been overridden by attributes applied in the source file or by a prior convention."); 26internal static string @Registration_MemberExportConventionOverridden => GetResourceString("Registration_MemberExportConventionOverridden", @"An Export specification convention that would apply to Member '{0}' of type '{1}' has been overridden by attributes applied in the source file or by a prior convention."); 28internal static string @Registration_MemberImportConventionOverridden => GetResourceString("Registration_MemberImportConventionOverridden", @"An Import specification convention that would apply to Member '{0}' of type '{1}' has been overridden by attributes applied in the source file or by a prior convention."); 30internal static string @Registration_MemberImportConventionMatchedTwice => GetResourceString("Registration_MemberImportConventionMatchedTwice", @"Only one import specification convention can apply to a single Member. More than one convention specification applies to this Member '{0}' of Type '{1}'."); 32internal static string @Registration_ParameterImportConventionOverridden => GetResourceString("Registration_ParameterImportConventionOverridden", @"A ParameterImport specification convention that would apply to Parameter '{0}' of Constructor '{1}' has been overridden by attributes applied in the source file or by a prior convention."); 34internal static string @Registration_PartCreationConventionOverridden => GetResourceString("Registration_PartCreationConventionOverridden", @"A PartCreationPolicy specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention."); 36internal static string @Registration_PartMetadataConventionOverridden => GetResourceString("Registration_PartMetadataConventionOverridden", @"A PartMetadata specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention."); 38internal static string @Argument_ExpressionMustBeVoidMethodWithNoArguments => GetResourceString("Argument_ExpressionMustBeVoidMethodWithNoArguments", @"The value of argument '{0}' is not supported. The expression must be a void Method() member expression."); 40internal static string @Registration_OnSatisfiedImportNotificationOverridden => GetResourceString("Registration_OnSatisfiedImportNotificationOverridden", @"A OnSatisfiedImports specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention."); 42internal static string @Diagnostic_InternalExceptionMessage => GetResourceString("Diagnostic_InternalExceptionMessage", @"Internal error occurred. Additional information: '{0}'."); 44internal static string @Diagnostic_TraceUnnecessaryWork => GetResourceString("Diagnostic_TraceUnnecessaryWork", @"To avoid unnecessary work when a trace level has not been enabled, check CanWriteXXX before calling this method."); 46internal static string @ArgumentException_EmptyString => GetResourceString("ArgumentException_EmptyString", @"'{0}' cannot be an empty string ("""").");