4 instantiations of HashCodeCombiner
NuGet.Protocol (4)
Model\PackageVulnerabilityInfo.cs (1)
60
var hashCode = new
HashCodeCombiner
();
RemoteSourceDependencyInfo.cs (1)
86
var combiner = new
HashCodeCombiner
();
src\nuget-client\build\Shared\HashCodeCombiner.cs (2)
195
var combiner = new
HashCodeCombiner
();
211
var combiner = new
HashCodeCombiner
();
5 references to HashCodeCombiner
NuGet.Protocol (5)
Model\PackageVulnerabilityInfo.cs (1)
60
var
hashCode = new HashCodeCombiner();
Plugins\PluginManager.cs (1)
450
return
HashCodeCombiner
.GetHashCode(PluginFilePath, PackageSourceRepository);
RemoteSourceDependencyInfo.cs (1)
86
var
combiner = new HashCodeCombiner();
src\nuget-client\build\Shared\HashCodeCombiner.cs (2)
195
var
combiner = new HashCodeCombiner();
211
var
combiner = new HashCodeCombiner();