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