2 writes to SingleInt64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2133SingleInt64 = other.SingleInt64; 2289SingleInt64 = input.ReadInt64();
11 references to SingleInt64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
1852if (SingleInt64 != other.SingleInt64) return false; 1876if (SingleInt64 != 0L) hash ^= SingleInt64.GetHashCode(); 1992if (SingleInt64 != 0L) { 1994output.WriteInt64(SingleInt64); 2069if (SingleInt64 != 0L) { 2070size += 1 + pb::CodedOutputStream.ComputeInt64Size(SingleInt64); 2132if (other.SingleInt64 != 0L) { 2133SingleInt64 = other.SingleInt64;
UnaryServerCallHandlerTests.cs (1)
1547Assert.Equal(2, request!.Data.SingleInt64);