1 write to _lazyAttributeType
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
43
lazyAttributeType =
_lazyAttributeType
= _customAttribute.GetAttributeTypeHandle(_reader).Resolve(_reader, new TypeContext(null, null)).ToType();
1 reference to _lazyAttributeType
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
40
Type lazyAttributeType =
_lazyAttributeType
;