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