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