4 writes to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2608
Int64Value
= other.Int64Value;
2933
Int64Value
= other.Int64Value;
3076
Int64Value
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
195
Int64Value
= 2L,
9 references to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2608
Int64Value = other.
Int64Value
;
2767
if (
Int64Value
!= other.
Int64Value
) return false;
2783
if (int64Value_ != null) hash ^=
Int64Value
.GetHashCode();
2852
_single_int64Value_codec.WriteTagAndValue(ref output,
Int64Value
);
2889
size += _single_int64Value_codec.CalculateSizeWithTag(
Int64Value
);
2932
if (int64Value_ == null || other.
Int64Value
!= 0L) {
2933
Int64Value = other.
Int64Value
;
UnaryServerCallHandlerTests.cs (1)
1684
Assert.Equal(3, request!.Wrappers.
Int64Value
);