2 writes to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2180SingleBool = other.SingleBool; 2347SingleBool = input.ReadBool();
10 references to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
1877if (SingleBool != other.SingleBool) return false; 1901if (SingleBool != false) hash ^= SingleBool.GetHashCode(); 2050if (SingleBool != false) { 2052output.WriteBool(SingleBool); 2116if (SingleBool != false) { 2179if (other.SingleBool != false) { 2180SingleBool = other.SingleBool;
UnaryServerCallHandlerTests.cs (1)
1559Assert.True(request!.Data.SingleBool);