2 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (2)
850Message = other.Message; 887Message = input.ReadString();
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Xmldoc.cs (10)
779if (Message != other.Message) return false; 787if (Message.Length != 0) hash ^= Message.GetHashCode(); 820if (Message.Length != 0) { 822output.WriteString(Message); 834if (Message.Length != 0) { 835size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 849if (other.Message.Length != 0) { 850Message = other.Message;