2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
850
Message
= other.Message;
887
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (10)
779
if (
Message
!= other.
Message
) return false;
787
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
820
if (
Message
.Length != 0) {
822
output.WriteString(
Message
);
834
if (
Message
.Length != 0) {
835
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
849
if (other.
Message
.Length != 0) {
850
Message = other.
Message
;