1 implementation of INuGetPathContext
NuGet.Configuration (1)
Settings\NuGetPathContext.cs (1)
10
public class NuGetPathContext :
INuGetPathContext
3 references to INuGetPathContext
NuGet.PackageManagement (2)
IInstallationCompatibility.cs (1)
38
INuGetPathContext
pathContext,
InstallationCompatibility.cs (1)
41
INuGetPathContext
pathContext,
NuGet.Packaging (1)
FallbackPackagePathResolver.cs (1)
23
public FallbackPackagePathResolver(
INuGetPathContext
pathContext)