1 write to _type
cdac-build-tool (1)
DataDescriptorModel.cs (1)
319
_type
= value;
5 references to _type
cdac-build-tool (5)
DataDescriptorModel.cs (5)
312
get =>
_type
;
315
if (
_type
!= string.Empty &&
_type
!= value)
317
throw new InvalidOperationException($"Type already set to {
_type
} cannot set to {value}");
342
return new FieldModel { Type =
_type
, Offset = (int)_offset };