2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
2411
Message
= other.Message;
2453
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
2335
if (
Message
!= other.
Message
) return false;
2344
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
2379
if (
Message
.Length != 0) {
2381
output.WriteString(
Message
);
2394
if (
Message
.Length != 0) {
2395
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
2410
if (other.
Message
.Length != 0) {
2411
Message = other.
Message
;