2 writes to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1833RequestBody_ = other.RequestBody_; 1870RequestBody_ = input.ReadString();
10 references to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
1762if (RequestBody_ != other.RequestBody_) return false; 1770if (RequestBody_.Length != 0) hash ^= RequestBody_.GetHashCode(); 1803if (RequestBody_.Length != 0) { 1805output.WriteString(RequestBody_); 1817if (RequestBody_.Length != 0) { 1818size += 1 + pb::CodedOutputStream.ComputeStringSize(RequestBody_); 1832if (other.RequestBody_.Length != 0) { 1833RequestBody_ = other.RequestBody_;