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)
78foreach (ConstructorInfo constructor in GetPartType().GetConstructors(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)) 184Type closedGenericPartType = GetPartType();