3 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Greeter.cs (2)
388Message = other.Message; 425Message = input.ReadString();
Services\GreeterService.cs (1)
22return Task.FromResult(new HelloReply { Message = $"Hello {request.Name}" });
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Greeter.cs (10)
317if (Message != other.Message) return false; 325if (Message.Length != 0) hash ^= Message.GetHashCode(); 358if (Message.Length != 0) { 360output.WriteString(Message); 372if (Message.Length != 0) { 373size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 387if (other.Message.Length != 0) { 388Message = other.Message;