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