3 implementations of GetPartType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
37
public Type
GetPartType
()
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
60
public Type
GetPartType
()
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
345
public 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)
33
return _creationInfo.
GetPartType
();