2 writes to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2157SingleSfixed64 = other.SingleSfixed64; 2321SingleSfixed64 = input.ReadSFixed64();
10 references to SingleSfixed64
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1860if (SingleSfixed64 != other.SingleSfixed64) return false; 1884if (SingleSfixed64 != 0L) hash ^= SingleSfixed64.GetHashCode(); 2024if (SingleSfixed64 != 0L) { 2026output.WriteSFixed64(SingleSfixed64); 2093if (SingleSfixed64 != 0L) { 2156if (other.SingleSfixed64 != 0L) { 2157SingleSfixed64 = other.SingleSfixed64;
UnaryServerCallHandlerTests.cs (1)
1555Assert.Equal(10, request!.Data.SingleSfixed64);