2 writes to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
443
Message
= other.Message;
487
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (10)
359
if (
Message
!= other.
Message
) return false;
368
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
406
if (
Message
.Length != 0) {
408
output.WriteString(
Message
);
424
if (
Message
.Length != 0) {
425
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
442
if (other.
Message
.Length != 0) {
443
Message = other.
Message
;