2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2154
SingleSfixed32
= other.SingleSfixed32;
2317
SingleSfixed32
= input.ReadSFixed32();
10 references to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1859
if (
SingleSfixed32
!= other.
SingleSfixed32
) return false;
1883
if (
SingleSfixed32
!= 0) hash ^=
SingleSfixed32
.GetHashCode();
2020
if (
SingleSfixed32
!= 0) {
2022
output.WriteSFixed32(
SingleSfixed32
);
2090
if (
SingleSfixed32
!= 0) {
2153
if (other.
SingleSfixed32
!= 0) {
2154
SingleSfixed32 = other.
SingleSfixed32
;
UnaryServerCallHandlerTests.cs (1)
1554
Assert.Equal(9, request!.Data.
SingleSfixed32
);