3 writes to TimestampValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
982
TimestampValue
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
1278
TimestampValue
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
ConverterTests\JsonConverterWriteTests.cs (1)
285
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)
627
if (!object.Equals(
TimestampValue
, other.
TimestampValue
)) return false;
661
if (timestampValue_ != null) hash ^=
TimestampValue
.GetHashCode();
821
output.WriteMessage(
TimestampValue
);
901
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
TimestampValue
);
984
TimestampValue
.MergeFrom(other.
TimestampValue
);
1280
input.ReadMessage(
TimestampValue
);
UnaryServerCallHandlerTests.cs (1)
1772
Assert.Equal(timestamp, request!.
TimestampValue
);