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