4 writes to BoolValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2611
BoolValue
= other.BoolValue;
2948
BoolValue
= other.BoolValue;
3097
BoolValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
190
BoolValue
= true,
9 references to BoolValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (8)
2611
BoolValue = other.
BoolValue
;
2770
if (
BoolValue
!= other.
BoolValue
) return false;
2786
if (boolValue_ != null) hash ^=
BoolValue
.GetHashCode();
2861
_single_boolValue_codec.WriteTagAndValue(ref output,
BoolValue
);
2898
size += _single_boolValue_codec.CalculateSizeWithTag(
BoolValue
);
2947
if (boolValue_ == null || other.
BoolValue
!= false) {
2948
BoolValue = other.
BoolValue
;
UnaryServerCallHandlerTests.cs (1)
1687
Assert.Equal(true, request!.Wrappers.
BoolValue
);