2 references to IntValue
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
807
else if (json.
IntValue
.HasValue)
809
anyValue.IntValue = json.
IntValue
.Value;