4 writes to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2613Uint64Value = other.Uint64Value; 2958Uint64Value = other.Uint64Value; 3111Uint64Value = value;
ConverterTests\JsonConverterWriteTests.cs (1)
198Uint64Value = 4UL
9 references to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2613Uint64Value = other.Uint64Value; 2772if (Uint64Value != other.Uint64Value) return false; 2788if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode(); 2867_single_uint64Value_codec.WriteTagAndValue(ref output, Uint64Value); 2904size += _single_uint64Value_codec.CalculateSizeWithTag(Uint64Value); 2957if (uint64Value_ == null || other.Uint64Value != 0UL) { 2958Uint64Value = other.Uint64Value;
UnaryServerCallHandlerTests.cs (1)
1689Assert.Equal((ulong)8, request!.Wrappers.Uint64Value.GetValueOrDefault());