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