2 writes to Name
Sandbox (2)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (2)
407
Name
= other.Name;
451
Name
= input.ReadString();
12 references to Name
Sandbox (12)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (10)
323
if (
Name
!= other.
Name
) return false;
332
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
370
if (
Name
.Length != 0) {
372
output.WriteString(
Name
);
388
if (
Name
.Length != 0) {
389
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
406
if (other.
Name
.Length != 0) {
407
Name = other.
Name
;
Services\GreeterService.cs (2)
37
_logger.LogInformation($"Sending hello to {request.
Name
} from {request.From}");
38
return Task.FromResult(new HelloReply { Message = $"Hello {request.
Name
} from {request.From}" });