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