2 writes to Command
aspire (1)
Commands\BaseCommand.cs (1)
28_executionContext.Command = this;
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
22executionContext.Command = testCommand;
2 references to Command
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
19Assert.Null(executionContext.Command); 23Assert.Same(testCommand, executionContext.Command);