1 write to TargetAlias
NuGet.DependencyResolver.Core (1)
LockFileCacheKey.cs (1)
31TargetAlias = targetAlias ?? string.Empty; // alias may be passed as both null or empty and we need to treat them equivalently.
3 references to TargetAlias
NuGet.DependencyResolver.Core (3)
LockFileCacheKey.cs (3)
53&& StringComparer.OrdinalIgnoreCase.Equals(TargetAlias, other.TargetAlias); 67combiner.AddStringIgnoreCase(TargetAlias);