1 write to EffectivePort
Aspire.Hosting (1)
Dcp\Model\Service.cs (1)
107
Status.
EffectivePort
= other.Status.EffectivePort;
3 references to EffectivePort
Aspire.Hosting (3)
Dcp\Model\Service.cs (3)
87
public int? AllocatedPort => Spec.Port ?? Status?.
EffectivePort
;
105
if (other.Status?.
EffectivePort
is not null)
107
Status.EffectivePort = other.Status.
EffectivePort
;