2 writes to Name
Sandbox (2)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (2)
191
Name
= other.Name;
228
Name
= input.ReadString();
12 references to Name
Sandbox (12)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (10)
120
if (
Name
!= other.
Name
) return false;
128
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
161
if (
Name
.Length != 0) {
163
output.WriteString(
Name
);
175
if (
Name
.Length != 0) {
176
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
190
if (other.
Name
.Length != 0) {
191
Name = other.
Name
;
Services\GreeterService.cs (2)
31
_logger.LogInformation($"Sending hello to {request.
Name
}");
32
return Task.FromResult(new HelloReply { Message = $"Hello {request.
Name
}" });