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