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