1 write to _offset
cdac-build-tool (1)
DataDescriptorModel.cs (1)
332
_offset
= value;
6 references to _offset
cdac-build-tool (6)
DataDescriptorModel.cs (6)
325
get =>
_offset
;
328
if (
_offset
!= null && (value == null ||
_offset
!= (int)value))
330
throw new InvalidOperationException($"Offset already set to {
_offset
} cannot set to {value}");
338
if (
_offset
== null)
342
return new FieldModel { Type = _type, Offset = (int)
_offset
};