1 write to MemberForwardedCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
191
MemberForwardedCodedIndexIsSmall
= IsReferenceSmall(1, TableIndex.Field, TableIndex.MethodDef);
2 references to MemberForwardedCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2203
writer.WriteReference(implMap.MemberForwarded, metadataSizes.
MemberForwardedCodedIndexIsSmall
);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
255
byte memberForwardedCodedIndexSize =
MemberForwardedCodedIndexIsSmall
? small : large;