2 writes to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (2)
236ParameterThree = new global::Body.RequestBody(); 295ParameterThree = new global::Body.RequestBody();
8 references to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Body.cs (8)
154if (!object.Equals(ParameterThree, other.ParameterThree)) return false; 164if (parameterThree_ != null) hash ^= ParameterThree.GetHashCode(); 203output.WriteMessage(ParameterThree); 218size += 1 + pb::CodedOutputStream.ComputeMessageSize(ParameterThree); 238ParameterThree.MergeFrom(other.ParameterThree); 297input.ReadMessage(ParameterThree);