1 write to environment_
Aspire.Hosting (1)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (1)
4242
environment_
= other.environment_.Clone();
10 references to environment_
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
4242
environment_ = other.
environment_
.Clone();
4356
get { return
environment_
; }
4542
if(!
environment_
.Equals(other.
environment_
)) return false;
4566
hash ^=
environment_
.GetHashCode();
4676
environment_
.WriteTo(ref output, _repeated_environment_codec);
4727
size +=
environment_
.CalculateSize(_repeated_environment_codec);
4779
environment_
.Add(other.
environment_
);
4947
environment_
.AddEntriesFrom(ref input, _repeated_environment_codec);