2 writes to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Greeter.cs (2)
192
Name
= other.Name;
229
Name
= input.ReadString();
12 references to Name
Microsoft.AspNetCore.Grpc.Swagger.Tests (12)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Greeter.cs (10)
121
if (
Name
!= other.
Name
) return false;
129
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
162
if (
Name
.Length != 0) {
164
output.WriteString(
Name
);
176
if (
Name
.Length != 0) {
177
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
191
if (other.
Name
.Length != 0) {
192
Name = other.
Name
;
Services\GreeterService.cs (2)
21
_logger.LogInformation($"Sending hello to {request.
Name
}");
22
return Task.FromResult(new HelloReply { Message = $"Hello {request.
Name
}" });