2 writes to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
2180
SingleBool
= other.SingleBool;
2347
SingleBool
= 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)
1877
if (
SingleBool
!= other.
SingleBool
) return false;
1901
if (
SingleBool
!= false) hash ^=
SingleBool
.GetHashCode();
2050
if (
SingleBool
!= false) {
2052
output.WriteBool(
SingleBool
);
2116
if (
SingleBool
!= false) {
2179
if (other.
SingleBool
!= false) {
2180
SingleBool = other.
SingleBool
;
UnaryServerCallHandlerTests.cs (1)
1559
Assert.True(request!.Data.
SingleBool
);