3 writes to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
214Int32Value = new Int32Value { Value = 1 },
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
473Int32Value = new global::Google.Protobuf.WellKnownTypes.Int32Value(); 652Int32Value = new global::Google.Protobuf.WellKnownTypes.Int32Value();
8 references to Int32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
260if (!object.Equals(Int32Value, other.Int32Value)) return false; 277if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 361output.WriteMessage(Int32Value); 416size += 1 + pb::CodedOutputStream.ComputeMessageSize(Int32Value); 475Int32Value.MergeFrom(other.Int32Value); 654input.ReadMessage(Int32Value);