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