2 writes to SingleUint32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2150
SingleUint32
= other.SingleUint32;
2307
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)
1867
if (
SingleUint32
!= other.
SingleUint32
) return false;
1891
if (
SingleUint32
!= 0) hash ^=
SingleUint32
.GetHashCode();
2010
if (
SingleUint32
!= 0) {
2012
output.WriteUInt32(
SingleUint32
);
2086
if (
SingleUint32
!= 0) {
2087
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
SingleUint32
);
2149
if (other.
SingleUint32
!= 0) {
2150
SingleUint32 = other.
SingleUint32
;
UnaryServerCallHandlerTests.cs (1)
1549
Assert.Equal((uint)3, request!.Data.
SingleUint32
);