3 writes to Health
aspire (1)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (1)
30ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.RpcResourceState(){ Resource = (string)args[0], Type = (string)args[1], State = (string)args[2], Endpoints = (string[])args[3], Health = (string)args[4] },
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
86Health = "Healthy" 94Health = "Healthy"
2 references to Health
aspire (2)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (2)
135Getter = static obj => ((global::Aspire.Cli.Backchannel.RpcResourceState)obj).Health, 167writer.WriteString(PropName_Health, ((global::Aspire.Cli.Backchannel.RpcResourceState)value).Health);