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