2 writes to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2144SingleInt32 = other.SingleInt32; 2299SingleInt32 = input.ReadInt32();
11 references to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1865if (SingleInt32 != other.SingleInt32) return false; 1889if (SingleInt32 != 0) hash ^= SingleInt32.GetHashCode(); 2002if (SingleInt32 != 0) { 2004output.WriteInt32(SingleInt32); 2080if (SingleInt32 != 0) { 2081size += 1 + pb::CodedOutputStream.ComputeInt32Size(SingleInt32); 2143if (other.SingleInt32 != 0) { 2144SingleInt32 = other.SingleInt32;
UnaryServerCallHandlerTests.cs (1)
1547Assert.Equal(1, request!.Data.SingleInt32);