2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (2)
640Message = other.Message; 677Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (10)
569if (Message != other.Message) return false; 577if (Message.Length != 0) hash ^= Message.GetHashCode(); 610if (Message.Length != 0) { 612output.WriteString(Message); 624if (Message.Length != 0) { 625size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 639if (other.Message.Length != 0) { 640Message = other.Message;