2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2171SingleSfixed64 = other.SingleSfixed64; 2335SingleSfixed64 = input.ReadSFixed64();
10 references to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1874if (SingleSfixed64 != other.SingleSfixed64) return false; 1898if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); 2038if (SingleSfixed64 != 0L) { 2040output.WriteSFixed64(SingleSfixed64); 2107if (SingleSfixed64 != 0L) { 2170if (other.SingleSfixed64 != 0L) { 2171SingleSfixed64 = other.SingleSfixed64;
UnaryServerCallHandlerTests.cs (1)
1556Assert.Equal(10, request!.Data.SingleSfixed64);