3 implementations of IPackageMetaPrefetchingCommand
aspire (2)
Commands\InitCommand.cs (1)
23internal sealed class InitCommand : BaseCommand, IPackageMetaPrefetchingCommand
Commands\NewCommand.cs (1)
21internal sealed class NewCommand : BaseCommand, IPackageMetaPrefetchingCommand
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
116internal sealed class TestCommandWithInterface : BaseCommand, IPackageMetaPrefetchingCommand
5 references to IPackageMetaPrefetchingCommand
aspire (2)
NuGet\NuGetPackagePrefetcher.cs (2)
93if (command is IPackageMetaPrefetchingCommand prefetchingCommand) 106if (command is IPackageMetaPrefetchingCommand prefetchingCommand)
Aspire.Cli.Tests (3)
NuGet\NuGetPackagePrefetcherTests.cs (3)
56Assert.True(typeof(IPackageMetaPrefetchingCommand).IsAssignableFrom(typeof(NewCommand))); 75if (command is IPackageMetaPrefetchingCommand prefetchingCommand) 87if (command is IPackageMetaPrefetchingCommand prefetchingCommand)