2 references to DoctorCheckResponse
aspire (2)
Commands\DoctorCommand.cs (1)
80var json = System.Text.Json.JsonSerializer.Serialize(response, JsonSourceGenerationContext.Default.DoctorCheckResponse);
Mcp\DoctorTool.cs (1)
58var jsonContent = JsonSerializer.Serialize(response, JsonSourceGenerationContext.Default.DoctorCheckResponse);