2 writes to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2166SingleBool = other.SingleBool; 2333SingleBool = input.ReadBool();
10 references to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
1863if (SingleBool != other.SingleBool) return false; 1887if (SingleBool != false) hash ^= SingleBool.GetHashCode(); 2036if (SingleBool != false) { 2038output.WriteBool(SingleBool); 2102if (SingleBool != false) { 2165if (other.SingleBool != false) { 2166SingleBool = other.SingleBool;
UnaryServerCallHandlerTests.cs (1)
1558Assert.True(request!.Data.SingleBool);