2 writes to Type
cdac-build-tool (2)
DataDescriptorModel.cs (2)
137global.Type = type; 153subDescriptor.Type = type;
2 references 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 };