1 write to _hashInstanceTarget
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
61
_hashInstanceTarget
= hashInstanceTarget;
2 references to _hashInstanceTarget
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
72
var root = _helper.TrackTarget(_root,
_hashInstanceTarget
);
73
root = _helper.FixHashInstanceTarget(root,
_hashInstanceTarget
);