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