2 writes to AsInt
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
558dataPoint.AsInt = longValue.Value;
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
552AsInt = 42
2 references to AsInt
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
524else if (json.AsInt.HasValue) 526dataPoint.AsInt = json.AsInt.Value;