1 write to Name
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport(){
Name
= (string)args[0], Status = (string)args[1], Description = (string)args[2], ExceptionText = (string)args[3] },
3 references to Name
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
59
Name = h.
Name
,
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)obj).
Name
,
149
writer.WriteString(PropName_Name, ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)value).
Name
);