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