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