2 writes to Command
aspire (1)
Commands\BaseCommand.cs (1)
102_executionContext.Command = this;
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
32executionContext.Command = testCommand;
4 references to Command
aspire (2)
Packaging\PackagingService.cs (1)
256if (_executionContext.Command is BaseCommand { PrefetchesTemplatePackageMetadata: false } command)
Utils\CliUpdateNotifier.cs (1)
101if (executionContext.Command is BaseCommand { PrefetchesCliPackageMetadata: false } command)
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
29Assert.Null(executionContext.Command); 33Assert.Same(testCommand, executionContext.Command);