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