3 references to _cts
Aspire.Dashboard (3)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (3)
264
var dialogViewModel = await GenAIVisualizerDialogViewModel.CreateAsync(spanDetailsViewModel, selectedLogEntryId: null, ErrorRecorder, TelemetryRepository, getContextGenAISpans,
_cts
.Token);
379
_cts
.Cancel();
380
_cts
.Dispose();