1 write to PackingSize
Mono.Cecil (1)
Mono.Cecil\AssemblyReader.cs (1)
1014 type.PackingSize = (short) class_layout.Col1;
3 references to PackingSize
Mono.Cecil (3)
Mono.Cecil\AssemblyWriter.cs (3)
1598 (ushort) type.PackingSize, 1663 if ((type.Module == module) && (type.PackingSize > 1)) 1664 align = type.PackingSize;