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