1 write to IsAlive
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
540IsAlive = session?.IsAlive ?? false,
13 references to IsAlive
Aspire.Hosting (5)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
430/// (e.g. host not yet started) degrade to <see cref="TerminalReplicaInfo.IsAlive"/> = false 472/// path and <see cref="TerminalReplicaInfo.IsAlive"/> = false, so callers can always render
Backchannel\BackchannelDataTypes.cs (3)
1639/// replica. Synonym for <see cref="IsAlive"/> with clearer naming. 1750/// is false and the per-replica entries are degraded (<see cref="TerminalReplicaInfo.IsAlive"/> = 1789/// <see cref="TerminalReplicaInfo.IsAlive"/> = false and the AppHost-known
Aspire.Hosting.Tests (8)
Backchannel\GetTerminalInfoAsyncTests.cs (8)
76Assert.False(result.Replicas[i].IsAlive); 143Assert.True(result.Replicas[0].IsAlive); 161Assert.False(result.Replicas[1].IsAlive); 191Assert.True(result.Replicas[0].IsAlive); 192Assert.False(result.Replicas[1].IsAlive); 221Assert.False(summary.Replicas[i].IsAlive); 253Assert.True(summary.Replicas[0].IsAlive); 254Assert.False(summary.Replicas[1].IsAlive);