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