2 writes to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2162
SingleFixed32
= other.SingleFixed32;
2323
SingleFixed32
= input.ReadFixed32();
10 references to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1871
if (
SingleFixed32
!= other.
SingleFixed32
) return false;
1895
if (
SingleFixed32
!= 0) hash ^=
SingleFixed32
.GetHashCode();
2026
if (
SingleFixed32
!= 0) {
2028
output.WriteFixed32(
SingleFixed32
);
2098
if (
SingleFixed32
!= 0) {
2161
if (other.
SingleFixed32
!= 0) {
2162
SingleFixed32 = other.
SingleFixed32
;
UnaryServerCallHandlerTests.cs (1)
1553
Assert.Equal((uint)7, request!.Data.
SingleFixed32
);