1 write to HasCustomAttributeCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
164HasCustomAttributeCodedIndexIsSmall = IsReferenceSmall(5,
2 references to HasCustomAttributeCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2061writer.WriteReference(customAttribute.Parent, metadataSizes.HasCustomAttributeCodedIndexIsSmall);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
251byte hasCustomAttributeCodedIndexSize = HasCustomAttributeCodedIndexIsSmall ? small : large;