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