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)
325get => _offset; 328if (_offset != null && (value == null || _offset != (int)value)) 330throw new InvalidOperationException($"Offset already set to {_offset} cannot set to {value}"); 338if (_offset == null) 342return new FieldModel { Type = _type, Offset = (int)_offset };