2 writes to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
443Message = other.Message; 487Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (10)
359if (Message != other.Message) return false; 368if (Message.Length != 0) hash ^= Message.GetHashCode(); 406if (Message.Length != 0) { 408output.WriteString(Message); 424if (Message.Length != 0) { 425size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 442if (other.Message.Length != 0) { 443Message = other.Message;