1 write to TypeOrMethodDefCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
201TypeOrMethodDefCodedIndexIsSmall = IsReferenceSmall(1, TableIndex.TypeDef, TableIndex.MethodDef);
2 references to TypeOrMethodDefCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2299writer.WriteReference(genericParam.Owner, metadataSizes.TypeOrMethodDefCodedIndexIsSmall);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
265byte typeOrMethodDefCodedIndexSize = TypeOrMethodDefCodedIndexIsSmall ? small : large;