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