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