4 writes to BoolValue
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (3)
2625
BoolValue
= other.BoolValue;
2962
BoolValue
= other.BoolValue;
3111
BoolValue
= value;
ConverterTests\JsonConverterWriteTests.cs (1)
191
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)
2625
BoolValue = other.
BoolValue
;
2784
if (
BoolValue
!= other.
BoolValue
) return false;
2800
if (boolValue_ != null) hash ^=
BoolValue
.GetHashCode();
2875
_single_boolValue_codec.WriteTagAndValue(ref output,
BoolValue
);
2912
size += _single_boolValue_codec.CalculateSizeWithTag(
BoolValue
);
2961
if (boolValue_ == null || other.
BoolValue
!= false) {
2962
BoolValue = other.
BoolValue
;
UnaryServerCallHandlerTests.cs (1)
1688
Assert.Equal(true, request!.Wrappers.
BoolValue
);