1 write to _lazyAttributeType
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
43lazyAttributeType = _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)
40Type lazyAttributeType = _lazyAttributeType;