3 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Greeter.cs (2)
388
Message
= other.Message;
425
Message
= input.ReadString();
Services\GreeterService.cs (1)
22
return 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\net10.0\Proto\Greeter.cs (10)
317
if (
Message
!= other.
Message
) return false;
325
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
358
if (
Message
.Length != 0) {
360
output.WriteString(
Message
);
372
if (
Message
.Length != 0) {
373
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
387
if (other.
Message
.Length != 0) {
388
Message = other.
Message
;