2 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4101Name = other.Name; 4173Name = input.ReadString();
12 references to Name
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (2)
141var (priority, knownProperty) = knownPropertyLookup.FindProperty(ResourceType, property.Name); 143name: ValidateNotNull(property.Name),