8 references to EmitShort
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\EETypeNode.cs (3)
706objData.EmitShort(vtableSlotCountReservation, checked((short)numberOfVtableSlots)); 711objData.EmitShort(vtableSlotCountReservation, 0); 724objData.EmitShort(interfaceCountReservation, checked((short)numberOfInterfaceSlots));
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (4)
327builder.EmitShort(entryCountReservation, (short)checked((ushort)entryCount)); 328builder.EmitShort(defaultEntryCountReservation, (short)checked((ushort)defaultImplementations.Count)); 329builder.EmitShort(staticEntryCountReservation, (short)checked((ushort)staticImplementations.Count)); 330builder.EmitShort(defaultStaticEntryCountReservation, (short)checked((ushort)staticDefaultImplementations.Count));
Compiler\DependencyAnalysis\ReadyToRunHeaderNode.cs (1)
98builder.EmitShort(sectionCountReservation, checked((short)count));