2 writes to Message
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (2)
216Message = other.Message; 261Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Microbenchmarks (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net9.0\Proto\Chat.cs (10)
130if (Message != other.Message) return false; 139if (Message.Length != 0) hash ^= Message.GetHashCode(); 180if (Message.Length != 0) { 182output.WriteString(Message); 197if (Message.Length != 0) { 198size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 215if (other.Message.Length != 0) { 216Message = other.Message;