3 writes to Name
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2227
Name
= other.Name;
2286
Name
= input.ReadString();
Dashboard\proto\Partials.cs (1)
41
resource.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)
2130
if (
Name
!= other.
Name
) return false;
2140
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
2183
if (
Name
.Length != 0) {
2185
output.WriteString(
Name
);
2205
if (
Name
.Length != 0) {
2206
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
2226
if (other.
Name
.Length != 0) {
2227
Name = other.
Name
;