3 references to MapDtoType
Aspire.Hosting.CodeGeneration.Go (3)
AtsGoCodeGenerator.cs (3)
1090sb.Append(MapDtoType(directOptionsParam.Type!.TypeId)); 1450var dtoType = MapDtoType(directOptionsParam.Type!.TypeId); 2092AtsTypeCategory.Dto => "*" + MapDtoType(typeRef.TypeId),