4 instantiations of HashCodeCombiner
NuGet.CommandLine.XPlat (4)
Commands\Why\DependencyGraphPrinter.cs (1)
183
var hashCodeCombiner = new
HashCodeCombiner
();
src\nuget-client\build\Shared\HashCodeCombiner.cs (2)
195
var combiner = new
HashCodeCombiner
();
211
var combiner = new
HashCodeCombiner
();
Utility\FormattedCell.cs (1)
30
var combiner = new
HashCodeCombiner
();
4 references to HashCodeCombiner
NuGet.CommandLine.XPlat (4)
Commands\Why\DependencyGraphPrinter.cs (1)
183
var
hashCodeCombiner = new HashCodeCombiner();
src\nuget-client\build\Shared\HashCodeCombiner.cs (2)
195
var
combiner = new HashCodeCombiner();
211
var
combiner = new HashCodeCombiner();
Utility\FormattedCell.cs (1)
30
var
combiner = new HashCodeCombiner();