2 writes to FirstName
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (2)
657
FirstName
= other.FirstName;
701
FirstName
= input.ReadString();
10 references to FirstName
IntegrationTestsWebsite (10)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (10)
573
if (
FirstName
!= other.
FirstName
) return false;
582
if (
FirstName
.Length != 0) hash ^=
FirstName
.GetHashCode();
620
if (
FirstName
.Length != 0) {
622
output.WriteString(
FirstName
);
638
if (
FirstName
.Length != 0) {
639
size += 1 + pb::CodedOutputStream.ComputeStringSize(
FirstName
);
656
if (other.
FirstName
.Length != 0) {
657
FirstName = other.
FirstName
;