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