1 write to ServiceName
Aspire.Hosting (1)
Dcp\Model\ModelCommon.cs (1)
183
ServiceName
= serviceName;
4 references to ServiceName
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (1)
472
= serviceProducerAnnotations.Select(e => e.
ServiceName
).ToList();
Dcp\Model\ModelCommon.cs (3)
192
if (!string.Equals(
ServiceName
, other.
ServiceName
, StringComparison.Ordinal)) { return false; }
204
return HashCode.Combine(
ServiceName
, Address, Port);