4 references to Format
System.Composition.Hosting (4)
System\Composition\Hosting\Providers\ExportFactory\ExportFactoryExportDescriptorProvider.cs (1)
42Formatters.Format(typeof(ExportFactory<TProduct>)),
System\Composition\Hosting\Providers\Lazy\LazyExportDescriptorProvider.cs (1)
32Formatters.Format(typeof(Lazy<TValue>)),
System\Composition\Hosting\Providers\Lazy\LazyWithMetadataExportDescriptorProvider.cs (1)
35Formatters.Format(typeof(Lazy<TValue, TMetadata>)),
System\Composition\Hosting\Util\Formatters.cs (1)
49var args = closedGenericType.GenericTypeArguments.Select(Format);