1 write to _lazyPartType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (1)
46
_lazyPartType
= new Lazy<Type>(
2 references to _lazyPartType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (2)
62
return
_lazyPartType
.Value;
67
return
_lazyPartType
;