2 instantiations of HealthReport
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3261
private static readonly pb::MessageParser<HealthReport> _parser = new pb::MessageParser<HealthReport>(() => new
HealthReport
());
3302
return new
HealthReport
(this);
17 references to HealthReport
Aspire.Dashboard (17)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (16)
131
new 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),
3256
internal sealed partial class HealthReport : pb::IMessage<
HealthReport
>
3261
private static readonly pb::MessageParser<
HealthReport
> _parser = new pb::MessageParser<
HealthReport
>(() => new HealthReport());
3266
public static pb::MessageParser<
HealthReport
> Parser { get { return _parser; } }
3290
public HealthReport(
HealthReport
other) : this() {
3301
public
HealthReport
Clone() {
3383
return Equals(other as
HealthReport
);
3388
public bool Equals(
HealthReport
other) {
3500
public void MergeFrom(
HealthReport
other) {
4450
private 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);
4452
private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
> healthReports_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
>();
4458
public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
> HealthReports {
ResourceService\Partials.cs (1)
50
HealthReportViewModel ToHealthReportViewModel(
HealthReport
healthReport)