2 writes to _lazyPropertyType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
81
_lazyPropertyType
= modifiedType.UnderlyingSystemType;
85
_lazyPropertyType
= type;
2 references to _lazyPropertyType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
59
return
_lazyPropertyType
!;
75
if (
_lazyPropertyType
is null)