3 writes to Name
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4759Name = other.Name; 4920Name = input.ReadString();
Dashboard\proto\Partials.cs (1)
15Name = snapshot.Name,
10 references to Name
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
4536if (Name != other.Name) return false; 4560if (Name.Length != 0) hash ^= Name.GetHashCode(); 4652if (Name.Length != 0) { 4654output.WriteString(Name); 4709if (Name.Length != 0) { 4710size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 4758if (other.Name.Length != 0) { 4759Name = other.Name;