2 writes to SingleUint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2136
SingleUint32
= other.SingleUint32;
2293
SingleUint32
= input.ReadUInt32();
11 references to SingleUint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1853
if (
SingleUint32
!= other.
SingleUint32
) return false;
1877
if (
SingleUint32
!= 0) hash ^=
SingleUint32
.GetHashCode();
1996
if (
SingleUint32
!= 0) {
1998
output.WriteUInt32(
SingleUint32
);
2072
if (
SingleUint32
!= 0) {
2073
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
SingleUint32
);
2135
if (other.
SingleUint32
!= 0) {
2136
SingleUint32 = other.
SingleUint32
;
UnaryServerCallHandlerTests.cs (1)
1548
Assert.Equal((uint)3, request!.Data.
SingleUint32
);