4 references to Format
System.Composition.TypedParts (4)
System\Composition\TypedParts\ContractHelpers.cs (1)
83
string message = SR.
Format
(SR.ContractHelpers_TooManyImports, site);
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (3)
93
string message = SR.
Format
(SR.DiscoveredPart_MultipleImportingConstructorsFound, _partType);
110
string message = SR.
Format
(SR.DiscoveredPart_NoImportingConstructorsFound, _partType);
153
string message = SR.
Format
(SR.DiscoveredPart_MultipleImportingConstructorsFound, type);