2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs (2)
440Message = other.Message; 502Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Responsebody.cs (10)
338if (Message != other.Message) return false; 349if (Message.Length != 0) hash ^= Message.GetHashCode(); 394if (Message.Length != 0) { 396output.WriteString(Message); 417if (Message.Length != 0) { 418size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 439if (other.Message.Length != 0) { 440Message = other.Message;