2 writes to Name
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (2)
239
Name
= other.Name;
276
Name
= input.ReadString();
11 references to Name
IntegrationTestsWebsite (11)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (10)
168
if (
Name
!= other.
Name
) return false;
176
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
209
if (
Name
.Length != 0) {
211
output.WriteString(
Name
);
223
if (
Name
.Length != 0) {
224
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
238
if (other.
Name
.Length != 0) {
239
Name = other.
Name
;
Services\GreeterService.cs (1)
20
Message = "Hello " + request.
Name