1 write to _IsCustomAttributeTypeRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
776
_IsCustomAttributeTypeRefSizeSmall
= customAttributeTypeRefSize == 2;
1 reference to _IsCustomAttributeTypeRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
804
return CustomAttributeTypeTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _TypeOffset,
_IsCustomAttributeTypeRefSizeSmall
));