3 writes to Name
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4101
Name
= other.Name;
4173
Name
= input.ReadString();
Dashboard\proto\Partials.cs (1)
73
resource.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)
3991
if (
Name
!= other.
Name
) return false;
4002
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
4050
if (
Name
.Length != 0) {
4052
output.WriteString(
Name
);
4076
if (
Name
.Length != 0) {
4077
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
4100
if (other.
Name
.Length != 0) {
4101
Name = other.
Name
;