2 writes to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1840
RequestBody_
= other.RequestBody_;
1877
RequestBody_
= input.ReadString();
10 references to RequestBody_
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1769
if (
RequestBody_
!= other.
RequestBody_
) return false;
1777
if (
RequestBody_
.Length != 0) hash ^=
RequestBody_
.GetHashCode();
1810
if (
RequestBody_
.Length != 0) {
1812
output.WriteString(
RequestBody_
);
1824
if (
RequestBody_
.Length != 0) {
1825
size += 1 + pb::CodedOutputStream.ComputeStringSize(
RequestBody_
);
1839
if (other.
RequestBody_
.Length != 0) {
1840
RequestBody_ = other.
RequestBody_
;