3 writes to TimestampValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
996
TimestampValue
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
1292
TimestampValue
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
ConverterTests\JsonConverterWriteTests.cs (1)
305
TimestampValue
= Timestamp.FromDateTimeOffset(new DateTimeOffset(2020, 12, 1, 12, 30, 0, TimeSpan.FromHours(12)))
9 references to TimestampValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
641
if (!object.Equals(
TimestampValue
, other.
TimestampValue
)) return false;
675
if (timestampValue_ != null) hash ^=
TimestampValue
.GetHashCode();
835
output.WriteMessage(
TimestampValue
);
915
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
TimestampValue
);
998
TimestampValue
.MergeFrom(other.
TimestampValue
);
1294
input.ReadMessage(
TimestampValue
);
UnaryServerCallHandlerTests.cs (1)
1773
Assert.Equal(timestamp, request!.
TimestampValue
);