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)
1087Body = other.Body; 1217Body = 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)
909if (Body != other.Body) return false; 927if (Body.Length != 0) hash ^= Body.GetHashCode(); 1020if (Body.Length != 0) { 1022output.WriteString(Body); 1064if (Body.Length != 0) { 1065size += 1 + pb::CodedOutputStream.ComputeStringSize(Body); 1086if (other.Body.Length != 0) { 1087Body = other.Body;