2 instantiations of 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);
4 references to AttributedPartCreationInfo
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModel\AttributedExportDefinition.cs (2)
14
private readonly
AttributedPartCreationInfo
_partCreationInfo;
21
public AttributedExportDefinition(
AttributedPartCreationInfo
partCreationInfo, MemberInfo member, ExportAttribute exportAttribute, Type? typeIdentityType, string contractName)
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);