3 writes to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
215
Int64Value
= new Int64Value { Value = 2L },
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
481
Int64Value
= new global::Google.Protobuf.WellKnownTypes.Int64Value();
661
Int64Value
= new global::Google.Protobuf.WellKnownTypes.Int64Value();
8 references to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
261
if (!object.Equals(
Int64Value
, other.
Int64Value
)) return false;
278
if (int64Value_ != null) hash ^=
Int64Value
.GetHashCode();
366
output.WriteMessage(
Int64Value
);
420
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Int64Value
);
483
Int64Value
.MergeFrom(other.
Int64Value
);
663
input.ReadMessage(
Int64Value
);