7 references to IndentedOptions
Aspire.Dashboard (4)
Model\TelemetryExportService.cs (4)
334var options = indent ? OtlpJsonSerializerContext.IndentedOptions : OtlpJsonSerializerContext.DefaultOptions; 364return JsonSerializer.Serialize(data, OtlpJsonSerializerContext.IndentedOptions); 387return JsonSerializer.Serialize(data, OtlpJsonSerializerContext.IndentedOptions); 698JsonSerializer.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);