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