2 writes to SingleInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2130SingleInt32 = other.SingleInt32; 2285SingleInt32 = 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)
1851if (SingleInt32 != other.SingleInt32) return false; 1875if (SingleInt32 != 0) hash ^= SingleInt32.GetHashCode(); 1988if (SingleInt32 != 0) { 1990output.WriteInt32(SingleInt32); 2066if (SingleInt32 != 0) { 2067size += 1 + pb::CodedOutputStream.ComputeInt32Size(SingleInt32); 2129if (other.SingleInt32 != 0) { 2130SingleInt32 = other.SingleInt32;
UnaryServerCallHandlerTests.cs (1)
1546Assert.Equal(1, request!.Data.SingleInt32);