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