1 write to GetResourceStatesAsyncCallback
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
2632
GetResourceStatesAsyncCallback
= cancellationToken => GetResourceStatesAsync(resourceStatesProcessed, cancellationToken)
2 references to GetResourceStatesAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestAppHostCliBackchannel.cs (2)
74
if (
GetResourceStatesAsyncCallback
!= null)
76
var resourceStates =
GetResourceStatesAsyncCallback
.Invoke(cancellationToken).ConfigureAwait(false);