9 writes to GetPropertyKeysAsync
Aspire.Dashboard (1)
Utils\FilterHelpers.cs (1)
119GetPropertyKeysAsync = getPropertyKeysAsync,
Aspire.Dashboard.Components.Tests (8)
Dialogs\FilterDialogTests.cs (8)
119GetPropertyKeysAsync = _ => 161GetPropertyKeysAsync = content.GetPropertyKeysAsync, 202GetPropertyKeysAsync = static _ => Task.FromResult<List<string>>([]), 239GetPropertyKeysAsync = static _ => Task.FromResult<List<string>>([]), 296GetPropertyKeysAsync = _ => 335GetPropertyKeysAsync = content.GetPropertyKeysAsync, 373GetPropertyKeysAsync = cancellationToken => 556GetPropertyKeysAsync = static _ => Task.FromResult<List<string>>([]),
3 references to GetPropertyKeysAsync
Aspire.Dashboard (1)
Components\Dialogs\FilterDialog.razor.cs (1)
120var propertyKeys = await Content.GetPropertyKeysAsync(_disposeCts.Token);
Aspire.Dashboard.Components.Tests (2)
Dialogs\FilterDialogTests.cs (2)
161GetPropertyKeysAsync = content.GetPropertyKeysAsync, 335GetPropertyKeysAsync = content.GetPropertyKeysAsync,