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