2 writes to SingleBool
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
2166
SingleBool
= other.SingleBool;
2333
SingleBool
= 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)
1863
if (
SingleBool
!= other.
SingleBool
) return false;
1887
if (
SingleBool
!= false) hash ^=
SingleBool
.GetHashCode();
2036
if (
SingleBool
!= false) {
2038
output.WriteBool(
SingleBool
);
2102
if (
SingleBool
!= false) {
2165
if (other.
SingleBool
!= false) {
2166
SingleBool = other.
SingleBool
;
UnaryServerCallHandlerTests.cs (1)
1558
Assert.True(request!.Data.
SingleBool
);