2 writes to Body
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (2)
1087
Body
= other.Body;
1217
Body
= input.ReadString();
10 references to Body
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Customhttp.cs (10)
909
if (
Body
!= other.
Body
) return false;
927
if (
Body
.Length != 0) hash ^=
Body
.GetHashCode();
1020
if (
Body
.Length != 0) {
1022
output.WriteString(
Body
);
1064
if (
Body
.Length != 0) {
1065
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Body
);
1086
if (other.
Body
.Length != 0) {
1087
Body = other.
Body
;