2 references to AttributedPartCreationInfo
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (2)
18
AttributedPartCreationInfo creationInfo = new
AttributedPartCreationInfo
(type, null, false, origin);
31
AttributedPartCreationInfo creationInfo = new
AttributedPartCreationInfo
(type, partCreationPolicy, ignoreConstructorImports, origin);