2 references to HashInstanceTarget
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
46
var hashInstanceTarget = new
HashInstanceTarget
(createHashNode, disposeNodes);
171
hashInstanceTarget = new
HashInstanceTarget
(createNode, disposeNodes);