4 writes to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2622Int64Value = other.Int64Value; 2947Int64Value = other.Int64Value; 3090Int64Value = value;
ConverterTests\JsonConverterWriteTests.cs (1)
196Int64Value = 2L,
9 references to Int64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2622Int64Value = other.Int64Value; 2781if (Int64Value != other.Int64Value) return false; 2797if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 2866_single_int64Value_codec.WriteTagAndValue(ref output, Int64Value); 2903size += _single_int64Value_codec.CalculateSizeWithTag(Int64Value); 2946if (int64Value_ == null || other.Int64Value != 0L) { 2947Int64Value = other.Int64Value;
UnaryServerCallHandlerTests.cs (1)
1685Assert.Equal(3, request!.Wrappers.Int64Value);