2 writes to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (2)
450RequestBody_ = other.RequestBody_; 487RequestBody_ = input.ReadString();
10 references to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (10)
379if (RequestBody_ != other.RequestBody_) return false; 387if (RequestBody_.Length != 0) hash ^= RequestBody_.GetHashCode(); 420if (RequestBody_.Length != 0) { 422output.WriteString(RequestBody_); 434if (RequestBody_.Length != 0) { 435size += 1 + pb::CodedOutputStream.ComputeStringSize(RequestBody_); 449if (other.RequestBody_.Length != 0) { 450RequestBody_ = other.RequestBody_;