6 writes to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
2030
Message
= other.Message;
2067
Message
= input.ReadString();
Services\ParametersService.cs (4)
13
return Task.FromResult(new ParamResponse {
Message
= "DemoParametersOne Response" });
18
return Task.FromResult(new ParamResponse {
Message
= "DemoParametersTwo Response" });
23
return Task.FromResult(new ParamResponse {
Message
= "DemoParametersThree Response " });
28
return Task.FromResult(new ParamResponse {
Message
= "DemoParametersFour Response" });
10 references to Message
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1959
if (
Message
!= other.
Message
) return false;
1967
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
2000
if (
Message
.Length != 0) {
2002
output.WriteString(
Message
);
2014
if (
Message
.Length != 0) {
2015
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
2029
if (other.
Message
.Length != 0) {
2030
Message = other.
Message
;