3 writes to Name
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4101Name = other.Name; 4173Name = input.ReadString();
Dashboard\proto\Partials.cs (1)
73resource.Properties.Add(new ResourceProperty { Name = property.Name, Value = property.Value, IsSensitive = property.IsSensitive });
10 references to Name
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3991if (Name != other.Name) return false; 4002if (Name.Length != 0) hash ^= Name.GetHashCode(); 4050if (Name.Length != 0) { 4052output.WriteString(Name); 4076if (Name.Length != 0) { 4077size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 4100if (other.Name.Length != 0) { 4101Name = other.Name;