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