1 instantiation of ImportingConstructorAttribute
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
13private static readonly List<Attribute> s_importingConstructorList = new List<Attribute>() { new ImportingConstructorAttribute() };
3 references to ImportingConstructorAttribute
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
216if (constructor.IsAttributeDefined<ImportingConstructorAttribute>())
System\ComponentModel\Composition\ImportingConstructorAttribute.cs (1)
20/// Initializes a new instance of the <see cref="ImportingConstructorAttribute"/> class.
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
370object[] attributes = ci.GetCustomAttributes(typeof(ImportingConstructorAttribute), false);