1 instantiation of ContractBuilder
cdac-build-tool (1)
DataDescriptorModel.cs (1)
162contract = new ContractBuilder();
2 references to ContractBuilder
cdac-build-tool (2)
DataDescriptorModel.cs (2)
101private readonly Dictionary<string, ContractBuilder> _contracts = new(); 160if (!_contracts.TryGetValue(name, out var contract))