2 references to GetTimestampText
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\TimestampConverter.cs (1)
55
var text = Legacy.
GetTimestampText
(nanos, seconds);
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
UnaryServerCallHandlerTests.cs (1)
1762
["timestamp_value"] = Legacy.
GetTimestampText
(timestamp.Nanos, timestamp.Seconds),