3 writes to ApplicationName
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
481
ApplicationName
= other.ApplicationName;
526
ApplicationName
= input.ReadString();
Dashboard\DashboardService.cs (1)
41
ApplicationName
= ComputeApplicationName(hostEnvironment.ApplicationName)
10 references to ApplicationName
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
410
if (
ApplicationName
!= other.
ApplicationName
) return false;
418
if (
ApplicationName
.Length != 0) hash ^=
ApplicationName
.GetHashCode();
451
if (
ApplicationName
.Length != 0) {
453
output.WriteString(
ApplicationName
);
465
if (
ApplicationName
.Length != 0) {
466
size += 1 + pb::CodedOutputStream.ComputeStringSize(
ApplicationName
);
480
if (other.
ApplicationName
.Length != 0) {
481
ApplicationName = other.
ApplicationName
;