1 write to HasCustomDebugInformationCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
209HasCustomDebugInformationCodedIndexIsSmall = IsReferenceSmall(5,
2 references to HasCustomDebugInformationCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2402writer.WriteReference(row.Parent, metadataSizes.HasCustomDebugInformationCodedIndexIsSmall);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
271byte hasCustomDebugInformationCodedIndexSize = HasCustomDebugInformationCodedIndexIsSmall ? small : large;