2 writes to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (2)
377
Message
= other.Message;
414
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (10)
306
if (
Message
!= other.
Message
) return false;
314
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
347
if (
Message
.Length != 0) {
349
output.WriteString(
Message
);
361
if (
Message
.Length != 0) {
362
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
376
if (other.
Message
.Length != 0) {
377
Message = other.
Message
;