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