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