4 writes to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2612Uint32Value = other.Uint32Value; 2953Uint32Value = other.Uint32Value; 3104Uint32Value = value;
ConverterTests\JsonConverterWriteTests.cs (1)
197Uint32Value = 3U,
9 references to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2612Uint32Value = other.Uint32Value; 2771if (Uint32Value != other.Uint32Value) return false; 2787if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 2864_single_uint32Value_codec.WriteTagAndValue(ref output, Uint32Value); 2901size += _single_uint32Value_codec.CalculateSizeWithTag(Uint32Value); 2952if (uint32Value_ == null || other.Uint32Value != 0) { 2953Uint32Value = other.Uint32Value;
UnaryServerCallHandlerTests.cs (1)
1688Assert.Equal((uint)7, request!.Wrappers.Uint32Value.GetValueOrDefault());