2 instantiations of AttributedPartCreationInfo
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (2)
18AttributedPartCreationInfo creationInfo = new AttributedPartCreationInfo(type, null, false, origin); 31AttributedPartCreationInfo creationInfo = new AttributedPartCreationInfo(type, partCreationPolicy, ignoreConstructorImports, origin);
4 references to AttributedPartCreationInfo
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModel\AttributedExportDefinition.cs (2)
14private readonly AttributedPartCreationInfo _partCreationInfo; 21public AttributedExportDefinition(AttributedPartCreationInfo partCreationInfo, MemberInfo member, ExportAttribute exportAttribute, Type? typeIdentityType, string contractName)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (2)
18AttributedPartCreationInfo creationInfo = new AttributedPartCreationInfo(type, null, false, origin); 31AttributedPartCreationInfo creationInfo = new AttributedPartCreationInfo(type, partCreationPolicy, ignoreConstructorImports, origin);