2 implementations of IPackageMetaPrefetchingCommand
aspire (1)
Commands\NewCommand.cs (1)
21
internal sealed class NewCommand : BaseCommand,
IPackageMetaPrefetchingCommand
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
115
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)
55
Assert.True(typeof(
IPackageMetaPrefetchingCommand
).IsAssignableFrom(typeof(NewCommand)));
74
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)
86
if (command is
IPackageMetaPrefetchingCommand
prefetchingCommand)