1 instantiation of EnumTypeResponse
aspire-server (1)
CodeGeneration\CodeGenerationService.cs (1)
129private static EnumTypeResponse MapEnumType(AtsEnumTypeInfo t) => new()
2 references to EnumTypeResponse
aspire-server (2)
CodeGeneration\CodeGenerationService.cs (2)
129private static EnumTypeResponse MapEnumType(AtsEnumTypeInfo t) => new() 182public List<EnumTypeResponse> EnumTypes { get; set; } = [];