2 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2227Name = other.Name; 2286Name = input.ReadString();
11 references to Name
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (1)
69.Select(e => new EnvironmentVariableViewModel(e.Name, e.Value, e.IsFromSpec))