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