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