1 instantiation of ExportedValueResponse
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
191
private static ExportedValueResponse MapExportedValue(AtsExportedValueInfo value) =>
new
()
2 references to ExportedValueResponse
Aspire.Hosting.RemoteHost (2)
CodeGeneration\CodeGenerationService.cs (2)
191
private static
ExportedValueResponse
MapExportedValue(AtsExportedValueInfo value) => new()
464
public List<
ExportedValueResponse
> ExportedValues { get; set; } = [];