2 writes to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (2)
377Message = other.Message; 414Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue048192\Hello.cs (10)
306if (Message != other.Message) return false; 314if (Message.Length != 0) hash ^= Message.GetHashCode(); 347if (Message.Length != 0) { 349output.WriteString(Message); 361if (Message.Length != 0) { 362size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 376if (other.Message.Length != 0) { 377Message = other.Message;