1 write to Size
cdac-build-tool (1)
DataDescriptorModel.cs (1)
272
return new TypeModel {
Size
= _size, Fields = fields };
4 references to Size
cdac-build-tool (4)
DataDescriptorModel.cs (2)
51
if (type.
Size
!= null)
53
Console.WriteLine($" Size: 0x{type.
Size
:x8}");
JsonConverter\TypeModelJsonConverter.cs (2)
21
if (value.
Size
is not null)
23
writer.WriteNumber(SizePropertyname, value.
Size
.Value);