1 write to HasFieldMarshalCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
188
HasFieldMarshalCodedIndexIsSmall
= IsReferenceSmall(1, TableIndex.Field, TableIndex.Param);
2 references to HasFieldMarshalCodedIndexIsSmall
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
2074
writer.WriteReference(fieldMarshal.Parent, metadataSizes.
HasFieldMarshalCodedIndexIsSmall
);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
252
byte hasFieldMarshalCodedIndexSize =
HasFieldMarshalCodedIndexIsSmall
? small : large;