2 instantiations of LockFileCacheKey
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
1427contextForProject.LockFileLibraries.Add(new LockFileCacheKey(
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
229var key = new LockFileCacheKey(targetFramework, runtimeIdentifier, targetAlias);
8 references to LockFileCacheKey
NuGet.DependencyResolver.Core (8)
LockFileCacheKey.cs (3)
13public class LockFileCacheKey : IEquatable<LockFileCacheKey> 39public bool Equals(LockFileCacheKey? other) 58return Equals(obj as LockFileCacheKey);
Remote\RemoteWalkContext.cs (2)
29LockFileLibraries = new Dictionary<LockFileCacheKey, IList<LibraryIdentity>>(); 42public IDictionary<LockFileCacheKey, IList<LibraryIdentity>> LockFileLibraries { get; }
ResolverUtility.cs (3)
163IDictionary<LockFileCacheKey, IList<LibraryIdentity>> lockFileLibraries, 190IDictionary<LockFileCacheKey, IList<LibraryIdentity>> lockFileLibraries, 229var key = new LockFileCacheKey(targetFramework, runtimeIdentifier, targetAlias);