2 references to ExecuteAsync
Aspire.Dashboard (2)
Model\ResourceOutgoingPeerResolver.cs (1)
386public Task ExecuteAsync() => _callbackThrottler.ExecuteAsync();
Utils\CallbackThrottler.cs (1)
130_ = Task.Run(ExecuteAsync);