2 writes to Message
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (2)
410
Message
= other.Message;
460
Message
= input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Microbenchmarks (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (10)
326
if (
Message
!= other.
Message
) return false;
335
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
373
if (
Message
.Length != 0) {
375
output.WriteString(
Message
);
391
if (
Message
.Length != 0) {
392
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
409
if (other.
Message
.Length != 0) {
410
Message = other.
Message
;