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