1 write to ClassSize
ILAssembler (1)
GrammarVisitor.cs (1)
1050currentType.ClassSize = value;
2 references to ClassSize
ILAssembler (2)
EntityRegistry.cs (2)
208if (type.PackingSize is not null || type.ClassSize is not null) 213(uint)(type.ClassSize ?? 0));