3 writes to Message
IntegrationTestsWebsite (3)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (2)
1056
Message
= other.Message;
1093
Message
= input.ReadString();
Services\GreeterService.cs (1)
20
Message
= "Hello " + request.Name
10 references to Message
IntegrationTestsWebsite (10)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (10)
985
if (
Message
!= other.
Message
) return false;
993
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
1026
if (
Message
.Length != 0) {
1028
output.WriteString(
Message
);
1040
if (
Message
.Length != 0) {
1041
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
1055
if (other.
Message
.Length != 0) {
1056
Message = other.
Message
;