3 writes to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
ConverterTests\JsonConverterWriteTests.cs (1)
218
Uint64Value
= new UInt64Value { Value = 4UL }
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
521
Uint64Value
= new global::Google.Protobuf.WellKnownTypes.UInt64Value();
706
Uint64Value
= new global::Google.Protobuf.WellKnownTypes.UInt64Value();
8 references to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
TestObjects\ProtobutMessages\WrappersMessage.cs (8)
266
if (!object.Equals(
Uint64Value
, other.
Uint64Value
)) return false;
283
if (uint64Value_ != null) hash ^=
Uint64Value
.GetHashCode();
391
output.WriteMessage(
Uint64Value
);
440
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Uint64Value
);
523
Uint64Value
.MergeFrom(other.
Uint64Value
);
708
input.ReadMessage(
Uint64Value
);