3 implementations of GetLazyPartType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
42public Lazy<Type> GetLazyPartType()
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
65public Lazy<Type> GetLazyPartType()
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
350public Lazy<Type> GetLazyPartType()
1 reference to GetLazyPartType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
38return _creationInfo.GetLazyPartType();