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