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