4 writes to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2627Uint64Value = other.Uint64Value; 2972Uint64Value = other.Uint64Value; 3125Uint64Value = value;
ConverterTests\JsonConverterWriteTests.cs (1)
199Uint64Value = 4UL
9 references to Uint64Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2627Uint64Value = other.Uint64Value; 2786if (Uint64Value != other.Uint64Value) return false; 2802if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode(); 2881_single_uint64Value_codec.WriteTagAndValue(ref output, Uint64Value); 2918size += _single_uint64Value_codec.CalculateSizeWithTag(Uint64Value); 2971if (uint64Value_ == null || other.Uint64Value != 0UL) { 2972Uint64Value = other.Uint64Value;
UnaryServerCallHandlerTests.cs (1)
1690Assert.Equal((ulong)8, request!.Wrappers.Uint64Value.GetValueOrDefault());