Implemented interface member:
method
GetPartType
System.ComponentModel.Composition.ReflectionModel.IReflectionPartCreationInfo.GetPartType()
2 references to GetPartType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (2)
78
foreach (ConstructorInfo constructor in
GetPartType
().GetConstructors(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance))
184
Type closedGenericPartType =
GetPartType
();