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