2 writes to _lazyPropertyType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
80
_lazyPropertyType
= modifiedType.UnderlyingSystemType;
84
_lazyPropertyType
= type;
2 references to _lazyPropertyType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
58
return
_lazyPropertyType
!;
74
if (
_lazyPropertyType
is null)