1 write to Type
cdac-build-tool (1)
DataDescriptorModel.cs (1)
342return new FieldModel { Type = _type, Offset = (int)_offset };
3 references to Type
cdac-build-tool (3)
DataDescriptorModel.cs (1)
58Console.WriteLine($" Type: {field.Type}");
JsonConverter\FieldModelJsonConverter.cs (2)
23if (string.IsNullOrEmpty(value.Type)) 31writer.WriteStringValue(value.Type);