2 instantiations of HashDataCodeAction
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
41
var codeActionChain = new
HashDataCodeAction
(context.Document, hashInstanceTarget, Helper, root);
48
var codeAction = new
HashDataCodeAction
(context.Document, hashInstanceTarget, Helper, root);
2 references to HashDataCodeAction
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
41
var
codeActionChain = new HashDataCodeAction(context.Document, hashInstanceTarget, Helper, root);
48
var
codeAction = new HashDataCodeAction(context.Document, hashInstanceTarget, Helper, root);