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)
312get => _type; 315if (_type != string.Empty && _type != value) 317throw new InvalidOperationException($"Type already set to {_type} cannot set to {value}"); 342return new FieldModel { Type = _type, Offset = (int)_offset };