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