2 writes to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2148
SingleFixed32
= other.SingleFixed32;
2309
SingleFixed32
= input.ReadFixed32();
10 references to SingleFixed32
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1857
if (
SingleFixed32
!= other.
SingleFixed32
) return false;
1881
if (
SingleFixed32
!= 0) hash ^=
SingleFixed32
.GetHashCode();
2012
if (
SingleFixed32
!= 0) {
2014
output.WriteFixed32(
SingleFixed32
);
2084
if (
SingleFixed32
!= 0) {
2147
if (other.
SingleFixed32
!= 0) {
2148
SingleFixed32 = other.
SingleFixed32
;
UnaryServerCallHandlerTests.cs (1)
1552
Assert.Equal((uint)7, request!.Data.
SingleFixed32
);