2 writes to LastName
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (2)
660
LastName
= other.LastName;
705
LastName
= input.ReadString();
10 references to LastName
IntegrationTestsWebsite (10)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (10)
574
if (
LastName
!= other.
LastName
) return false;
583
if (
LastName
.Length != 0) hash ^=
LastName
.GetHashCode();
624
if (
LastName
.Length != 0) {
626
output.WriteString(
LastName
);
641
if (
LastName
.Length != 0) {
642
size += 1 + pb::CodedOutputStream.ComputeStringSize(
LastName
);
659
if (other.
LastName
.Length != 0) {
660
LastName = other.
LastName
;