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)
72var root = _helper.TrackTarget(_root, _hashInstanceTarget); 73root = _helper.FixHashInstanceTarget(root, _hashInstanceTarget);