3 references to GetInstrumentAsync
Aspire.Dashboard (3)
Components\Controls\Chart\ChartContainer.razor.cs (3)
137var result = await GetInstrumentAsync(useIncrementalCache: true, cancellationToken).ConfigureAwait(false); 172var result = await GetInstrumentAsync(useIncrementalCache: false, _disposeCts.Token).ConfigureAwait(false); 227var result = await GetInstrumentAsync(useIncrementalCache: false, _disposeCts.Token).ConfigureAwait(false);