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