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