2 references to BoolValue
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
803
else if (json.
BoolValue
.HasValue)
805
anyValue.BoolValue = json.
BoolValue
.Value;