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