2 writes to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2168
SingleSfixed32
= other.SingleSfixed32;
2331
SingleSfixed32
= input.ReadSFixed32();
10 references to SingleSfixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1873
if (
SingleSfixed32
!= other.
SingleSfixed32
) return false;
1897
if (
SingleSfixed32
!= 0) hash ^=
SingleSfixed32
.GetHashCode();
2034
if (
SingleSfixed32
!= 0) {
2036
output.WriteSFixed32(
SingleSfixed32
);
2104
if (
SingleSfixed32
!= 0) {
2167
if (other.
SingleSfixed32
!= 0) {
2168
SingleSfixed32 = other.
SingleSfixed32
;
UnaryServerCallHandlerTests.cs (1)
1555
Assert.Equal(9, request!.Data.
SingleSfixed32
);