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