2 writes to Type
cdac-build-tool (2)
DataDescriptorModel.cs (2)
214
globals[globalName] = new GlobalModel {
Type
= globalBuilder.Type, Value = v.Value };
224
subDescriptors[subDescriptorName] = new GlobalModel {
Type
= subDescriptorBuilder.Type, Value = v.Value };
4 references to Type
cdac-build-tool (4)
DataDescriptorModel.cs (2)
65
Console.WriteLine($" Type: {global.
Type
}");
71
Console.WriteLine($" Type: {subDescriptor.
Type
}");
JsonConverter\GlobalModelJsonConverter.cs (2)
18
if (string.IsNullOrEmpty(value.
Type
))
28
writer.WriteStringValue(value.
Type
);