2 writes to name_
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net9.0\Protos\Greet.cs (2)
321name_ = other.name_ != null ? other.name_.Clone() : null; 339name_ = value;
9 references to name_
IntegrationTestsWebsite (9)
artifacts\obj\IntegrationTestsWebsite\Release\net9.0\Protos\Greet.cs (9)
321name_ = other.name_ != null ? other.name_.Clone() : null; 337get { return name_; } 366if (name_ != null) hash ^= Name.GetHashCode(); 399if (name_ != null) { 413if (name_ != null) { 428if (other.name_ != null) { 429if (name_ == null) { 472if (name_ == null) {