2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
2411Message = other.Message; 2453Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
2335if (Message != other.Message) return false; 2344if (Message.Length != 0) hash ^= Message.GetHashCode(); 2379if (Message.Length != 0) { 2381output.WriteString(Message); 2394if (Message.Length != 0) { 2395size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 2410if (other.Message.Length != 0) { 2411Message = other.Message;