3 implementations of GetPartType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
37public Type GetPartType()
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
60public Type GetPartType()
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
345public Type GetPartType()
2 references to GetPartType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
47() => _originalPartCreationInfo.GetPartType().MakeGenericType(specialization),
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
33return _creationInfo.GetPartType();