1 write to _constructor
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
51
_constructor
= SelectPartConstructor(_type);
2 references to _constructor
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (2)
49
if (
_constructor
== null && !_ignoreConstructorImports)
53
return
_constructor
;