4 writes to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (3)
2626Uint32Value = other.Uint32Value; 2967Uint32Value = other.Uint32Value; 3118Uint32Value = value;
ConverterTests\JsonConverterWriteTests.cs (1)
198Uint32Value = 3U,
9 references to Uint32Value
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (8)
2626Uint32Value = other.Uint32Value; 2785if (Uint32Value != other.Uint32Value) return false; 2801if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode(); 2878_single_uint32Value_codec.WriteTagAndValue(ref output, Uint32Value); 2915size += _single_uint32Value_codec.CalculateSizeWithTag(Uint32Value); 2966if (uint32Value_ == null || other.Uint32Value != 0) { 2967Uint32Value = other.Uint32Value;
UnaryServerCallHandlerTests.cs (1)
1689Assert.Equal((uint)7, request!.Wrappers.Uint32Value.GetValueOrDefault());