22 references to GetResourceString
System.Composition.Hosting (22)
artifacts\obj\System.Composition.Hosting\Debug\net10.0\System.SR.cs (22)
16internal static string @Dependency_ExportNotFound => GetResourceString("Dependency_ExportNotFound", @"No export was found for the contract '{0}'"); 18internal static string @Dependency_QuoteParameter => GetResourceString("Dependency_QuoteParameter", @"'{0}'"); 20internal static string @Dependency_TooManyExports => GetResourceString("Dependency_TooManyExports", @"Only one export for the contract '{0}' is allowed, but the following parts: {1} export it."); 22internal static string @Dependency_ToStringFormat => GetResourceString("Dependency_ToStringFormat", @"'{0}' on contract '{1}' supplied by {2}"); 24internal static string @ExportDescriptor_ToStringFormat => GetResourceString("ExportDescriptor_ToStringFormat", @"{0} supplied by {1}"); 26internal static string @Formatter_None => GetResourceString("Formatter_None", @"<none>"); 28internal static string @NotImplemented_MetadataCycles => GetResourceString("NotImplemented_MetadataCycles", @"Metadata value circularity not possible, use lazy initialization."); 30internal static string @CardinalityMismatch_TooManyExports => GetResourceString("CardinalityMismatch_TooManyExports", @"""Only one export for the contract '{0}' is allowed, multiple implementations were found."""); 32internal static string @Diagnostic_ThrowingException => GetResourceString("Diagnostic_ThrowingException", @"Exception Thrown: {0}\r\n"); 34internal static string @ExportDescriptor_DependencyErrorContract => GetResourceString("ExportDescriptor_DependencyErrorContract", @"-> required by initial request for contract '{0}'"); 36internal static string @ExportDescriptor_DependencyErrorLine => GetResourceString("ExportDescriptor_DependencyErrorLine", @"-> required by import '{0}' of part '{1}'"); 38internal static string @ExportDescriptor_UnsupportedCycle => GetResourceString("ExportDescriptor_UnsupportedCycle", @"Detected an unsupported cycle for part '{0}'. To construct a valid cycle, at least one part in the cycle must be shared, and at least one import in the cycle must be non-prerequisite (e.g. a property)."); 40internal static string @Component_NotCreatableOutsideSharingBoundary => GetResourceString("Component_NotCreatableOutsideSharingBoundary", @"The component (unknown) cannot be created outside the {0} sharing boundary."); 42internal static string @MetadataViewProvider_InvalidViewImplementation => GetResourceString("MetadataViewProvider_InvalidViewImplementation", @"The type '{0}' cannot be used as a metadata view. A metadata view must be a concrete class with a parameterless or dictionary constructor."); 44internal static string @MetadataViewProvider_MissingMetadata => GetResourceString("MetadataViewProvider_MissingMetadata", @"Export metadata for '{0}' is missing and no default value was supplied."); 46internal static string @Formatter_ListSeparatorWithSpace => GetResourceString("Formatter_ListSeparatorWithSpace", @","); 48internal static string @Sharing_Lock_Taken => GetResourceString("Sharing_Lock_Taken", @"Sharing lock already taken in this operation."); 50internal static string @Dependencies_Should_Be_Requested_Earlier => GetResourceString("Dependencies_Should_Be_Requested_Earlier", @"Update is finished - dependencies should have been requested earlier."); 52internal static string @Key_Already_Exist => GetResourceString("Key_Already_Exist", @"An item with the key '{0}' has already been added."); 54internal static string @Providers_Remain_To_Be_Queried => GetResourceString("Providers_Remain_To_Be_Queried", @"Providers remain to be queried."); 56internal static string @Diagnostic_InternalExceptionMessage => GetResourceString("Diagnostic_InternalExceptionMessage", @"Internal error occurred. Additional information: '{0}'."); 58internal static string @Update_already_executed => GetResourceString("Update_already_executed", @"The update has already executed.");