2 writes to parameter_
Aspire.Hosting (2)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1181parameter_ = other.parameter_ != null ? other.parameter_.Clone() : null; 1251parameter_ = value;
9 references to parameter_
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
1181parameter_ = other.parameter_ != null ? other.parameter_.Clone() : null; 1249get { return parameter_; } 1284if (parameter_ != null) hash ^= Parameter.GetHashCode(); 1341if (parameter_ != null) { 1364if (parameter_ != null) { 1388if (other.parameter_ != null) { 1389if (parameter_ == null) { 1464if (parameter_ == null) {