7 references to IndentedOptions
Aspire.Dashboard (4)
Model\TelemetryExportService.cs (4)
335var options = indent ? OtlpJsonSerializerContext.IndentedOptions : OtlpJsonSerializerContext.DefaultOptions; 365return JsonSerializer.Serialize(data, OtlpJsonSerializerContext.IndentedOptions); 388return JsonSerializer.Serialize(data, OtlpJsonSerializerContext.IndentedOptions); 699JsonSerializer.Serialize(entryStream, data, OtlpJsonSerializerContext.IndentedOptions);
Aspire.Dashboard.Tests (3)
Model\TelemetryImportServiceTests.cs (3)
464return JsonSerializer.Serialize(telemetryData, OtlpJsonSerializerContext.IndentedOptions); 512return JsonSerializer.Serialize(telemetryData, OtlpJsonSerializerContext.IndentedOptions); 564return JsonSerializer.Serialize(telemetryData, OtlpJsonSerializerContext.IndentedOptions);