3 implementations of GetConstructor
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
47public ConstructorInfo? GetConstructor()
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
70public ConstructorInfo? GetConstructor()
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
355public ConstructorInfo? GetConstructor()
2 references to GetConstructor
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
74ConstructorInfo? genericConstructor = _originalPartCreationInfo.GetConstructor();
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
45ConstructorInfo? constructor = _creationInfo.GetConstructor();