2 references to WithExport
System.Composition.TypedParts (2)
System\Composition\Hosting\ContainerConfiguration.cs (2)
251
return
WithExport
(typeof(TExport), exportedInstance, contractName, metadata);
271
return
WithExport
(contractType, exportedInstance, null, null);