1 write to ImplementationCodedIndexIsSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
190
ImplementationCodedIndexIsSmall
= IsReferenceSmall(2, TableIndex.File, TableIndex.AssemblyRef, TableIndex.ExportedType);
3 references to ImplementationCodedIndexIsSmall
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (2)
2269
writer.WriteReference(exportedType.Implementation, metadataSizes.
ImplementationCodedIndexIsSmall
);
2280
writer.WriteReference(manifestResource.Implementation, metadataSizes.
ImplementationCodedIndexIsSmall
);
System\Reflection\Metadata\Ecma335\MetadataSizes.cs (1)
254
byte implementationCodedIndexSize =
ImplementationCodedIndexIsSmall
? small : large;