1 write to Alias
NuGet.DependencyResolver.Core (1)
LibraryRangeCacheKey.cs (1)
20
Alias
= alias ?? string.Empty; // alias may be passed as both null or empty and we need to treat them equivalently.
3 references to Alias
NuGet.DependencyResolver.Core (3)
LibraryRangeCacheKey.cs (3)
47
combiner.AddObject(
Alias
);
55
&& StringComparer.OrdinalIgnoreCase.Equals(
Alias
, other.
Alias
);