4 references to Align
ILAssembler (4)
VTableExportPEBuilder.cs (4)
314
offset +=
Align
(_ilStreamSize, 4);
342
offset =
Align
(offset, is32Bit ? 4 : 8);
352
offset =
Align
(offset, 8);
403
int exportDirOffset =
Align
(exportStubsOffset + exportStubsTotalSize, 4);