3 writes to DurationValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
988
DurationValue
= new global::Google.Protobuf.WellKnownTypes.Duration();
1285
DurationValue
= new global::Google.Protobuf.WellKnownTypes.Duration();
ConverterTests\JsonConverterWriteTests.cs (1)
304
DurationValue
= Duration.FromTimeSpan(TimeSpan.FromHours(12))
9 references to DurationValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
628
if (!object.Equals(
DurationValue
, other.
DurationValue
)) return false;
662
if (durationValue_ != null) hash ^=
DurationValue
.GetHashCode();
825
output.WriteMessage(
DurationValue
);
904
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
DurationValue
);
990
DurationValue
.MergeFrom(other.
DurationValue
);
1287
input.ReadMessage(
DurationValue
);
UnaryServerCallHandlerTests.cs (1)
1773
Assert.Equal(duration, request!.
DurationValue
);