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