23 references to GetResourceString
System.Composition.Hosting (23)
src\runtime\artifacts\obj\System.Composition.Hosting\Release\net11.0\System.SR.cs (22)
16internal static string @Dependency_ExportNotFound => GetResourceString("Dependency_ExportNotFound"); 18internal static string @Dependency_QuoteParameter => GetResourceString("Dependency_QuoteParameter"); 20internal static string @Dependency_TooManyExports => GetResourceString("Dependency_TooManyExports"); 22internal static string @Dependency_ToStringFormat => GetResourceString("Dependency_ToStringFormat"); 24internal static string @ExportDescriptor_ToStringFormat => GetResourceString("ExportDescriptor_ToStringFormat"); 26internal static string @Formatter_None => GetResourceString("Formatter_None"); 28internal static string @NotImplemented_MetadataCycles => GetResourceString("NotImplemented_MetadataCycles"); 30internal static string @CardinalityMismatch_TooManyExports => GetResourceString("CardinalityMismatch_TooManyExports"); 32internal static string @Diagnostic_ThrowingException => GetResourceString("Diagnostic_ThrowingException"); 34internal static string @ExportDescriptor_DependencyErrorContract => GetResourceString("ExportDescriptor_DependencyErrorContract"); 36internal static string @ExportDescriptor_DependencyErrorLine => GetResourceString("ExportDescriptor_DependencyErrorLine"); 38internal static string @ExportDescriptor_UnsupportedCycle => GetResourceString("ExportDescriptor_UnsupportedCycle"); 40internal static string @Component_NotCreatableOutsideSharingBoundary => GetResourceString("Component_NotCreatableOutsideSharingBoundary"); 42internal static string @MetadataViewProvider_InvalidViewImplementation => GetResourceString("MetadataViewProvider_InvalidViewImplementation"); 44internal static string @MetadataViewProvider_MissingMetadata => GetResourceString("MetadataViewProvider_MissingMetadata"); 46internal static string @Formatter_ListSeparatorWithSpace => GetResourceString("Formatter_ListSeparatorWithSpace"); 48internal static string @Sharing_Lock_Taken => GetResourceString("Sharing_Lock_Taken"); 50internal static string @Dependencies_Should_Be_Requested_Earlier => GetResourceString("Dependencies_Should_Be_Requested_Earlier"); 52internal static string @Key_Already_Exist => GetResourceString("Key_Already_Exist"); 54internal static string @Providers_Remain_To_Be_Queried => GetResourceString("Providers_Remain_To_Be_Queried"); 56internal static string @Diagnostic_InternalExceptionMessage => GetResourceString("Diagnostic_InternalExceptionMessage"); 58internal static string @Update_already_executed => GetResourceString("Update_already_executed");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);