2 implementations of ISourceRepositoryProvider
NuGet.Protocol (2)
CachingSourceProvider.cs (1)
16public class CachingSourceProvider : ISourceRepositoryProvider
SourceRepositoryProvider.cs (1)
13public class SourceRepositoryProvider : ISourceRepositoryProvider
13 references to ISourceRepositoryProvider
NuGet.PackageManagement (11)
Context\PackageManagementContext.cs (2)
17ISourceRepositoryProvider sourceRepositoryProvider, 33public ISourceRepositoryProvider SourceRepositoryProvider { get; private set; }
IDE\PackageRestoreManager.cs (2)
30private ISourceRepositoryProvider SourceRepositoryProvider { get; } 52ISourceRepositoryProvider sourceRepositoryProvider,
NuGetPackageManager.cs (7)
42private ISourceRepositoryProvider SourceRepositoryProvider { get; } 83ISourceRepositoryProvider sourceRepositoryProvider, 91ISourceRepositoryProvider sourceRepositoryProvider, 113ISourceRepositoryProvider sourceRepositoryProvider, 122ISourceRepositoryProvider sourceRepositoryProvider, 132ISourceRepositoryProvider sourceRepositoryProvider, 143ISourceRepositoryProvider sourceRepositoryProvider,
NuGet.Protocol (2)
Repository.cs (2)
105public static ISourceRepositoryProvider CreateProvider(IEnumerable<INuGetResourceProvider> resourceProviders) 120public static ISourceRepositoryProvider CreateProvider(IEnumerable<INuGetResourceProvider> resourceProviders, string? rootPath)