2 writes to displayProperties_
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2343displayProperties_ = other.displayProperties_ != null ? other.displayProperties_.Clone() : null; 2440displayProperties_ = value;
9 references to displayProperties_
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (9)
2343displayProperties_ = other.displayProperties_ != null ? other.displayProperties_.Clone() : null; 2438get { return displayProperties_; } 2475if (displayProperties_ != null) hash ^= DisplayProperties.GetHashCode(); 2540if (displayProperties_ != null) { 2566if (displayProperties_ != null) { 2593if (other.displayProperties_ != null) { 2594if (displayProperties_ == null) { 2677if (displayProperties_ == null) {