2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (2)
640
Message
= other.Message;
677
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (10)
569
if (
Message
!= other.
Message
) return false;
577
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
610
if (
Message
.Length != 0) {
612
output.WriteString(
Message
);
624
if (
Message
.Length != 0) {
625
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
639
if (other.
Message
.Length != 0) {
640
Message = other.
Message
;