1 instantiation of HandleTypeResponse
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
107
private static HandleTypeResponse MapHandleType(AtsTypeInfo t) =>
new
()
2 references to HandleTypeResponse
Aspire.Hosting.RemoteHost (2)
CodeGeneration\CodeGenerationService.cs (2)
107
private static
HandleTypeResponse
MapHandleType(AtsTypeInfo t) => new()
180
public List<
HandleTypeResponse
> HandleTypes { get; set; } = [];