2 writes to data_
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
152data_ = other.data_ != null ? other.data_.Clone() : null; 196data_ = value;
9 references to data_
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
152data_ = other.data_ != null ? other.data_.Clone() : null; 194get { return data_; } 252if (data_ != null) hash ^= Data.GetHashCode(); 308if (data_ != null) { 333if (data_ != null) { 361if (other.data_ != null) { 362if (data_ == null) { 445if (data_ == null) {