2 writes to From
Sandbox (2)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (2)
410
From
= other.From;
455
From
= input.ReadString();
12 references to From
Sandbox (12)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (10)
324
if (
From
!= other.
From
) return false;
333
if (
From
.Length != 0) hash ^=
From
.GetHashCode();
374
if (
From
.Length != 0) {
376
output.WriteString(
From
);
391
if (
From
.Length != 0) {
392
size += 1 + pb::CodedOutputStream.ComputeStringSize(
From
);
409
if (other.
From
.Length != 0) {
410
From = other.
From
;
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
}" });