2 instantiations of HealthReport
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3261private static readonly pb::MessageParser<HealthReport> _parser = new pb::MessageParser<HealthReport>(() => new HealthReport()); 3302return new HealthReport(this);
17 references to HealthReport
Aspire.Dashboard (17)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (16)
131new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.HealthReport), global::Aspire.ResourceService.Proto.V1.HealthReport.Parser, new[]{ "Status", "Key", "Description", "Exception" }, new[]{ "Status" }, null, null, null), 3256internal sealed partial class HealthReport : pb::IMessage<HealthReport> 3261private static readonly pb::MessageParser<HealthReport> _parser = new pb::MessageParser<HealthReport>(() => new HealthReport()); 3266public static pb::MessageParser<HealthReport> Parser { get { return _parser; } } 3290public HealthReport(HealthReport other) : this() { 3301public HealthReport Clone() { 3383return Equals(other as HealthReport); 3388public bool Equals(HealthReport other) { 3500public void MergeFrom(HealthReport other) { 4450private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.HealthReport> _repeated_healthReports_codec 4451= pb::FieldCodec.ForMessage(138, global::Aspire.ResourceService.Proto.V1.HealthReport.Parser); 4452private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.HealthReport> healthReports_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.HealthReport>(); 4458public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.HealthReport> HealthReports {
ResourceService\Partials.cs (1)
50HealthReportViewModel ToHealthReportViewModel(HealthReport healthReport)