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