3 references to BoolValue
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
803
else if (json.
BoolValue
.HasValue)
805
anyValue.BoolValue = json.
BoolValue
.Value;
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
483
?? attribute.Value.
BoolValue
?.ToString(CultureInfo.InvariantCulture)