3 writes to Name
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2227Name = other.Name; 2286Name = input.ReadString();
Dashboard\proto\Partials.cs (1)
41resource.Environment.Add(new EnvironmentVariable { Name = env.Name, Value = env.Value ?? "", IsFromSpec = env.IsFromSpec });
10 references to Name
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
2130if (Name != other.Name) return false; 2140if (Name.Length != 0) hash ^= Name.GetHashCode(); 2183if (Name.Length != 0) { 2185output.WriteString(Name); 2205if (Name.Length != 0) { 2206size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 2226if (other.Name.Length != 0) { 2227Name = other.Name;