2 references to LockFileCacheKey
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
1427
contextForProject.LockFileLibraries.Add(new
LockFileCacheKey
(
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
229
var key = new
LockFileCacheKey
(targetFramework, runtimeIdentifier, targetAlias);