2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs (2)
440
Message
= other.Message;
502
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs (10)
338
if (
Message
!= other.
Message
) return false;
349
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
394
if (
Message
.Length != 0) {
396
output.WriteString(
Message
);
417
if (
Message
.Length != 0) {
418
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
439
if (other.
Message
.Length != 0) {
440
Message = other.
Message
;