7 references to RemoveNodeWithFormatting
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferHashDataOverComputeHash.Fixer.cs (3)
128
root =
RemoveNodeWithFormatting
(root, currentCreateNode);
133
root =
RemoveNodeWithFormatting
(root, localDeclarationStatementSyntax);
138
root =
RemoveNodeWithFormatting
(root, variableDeclaratorSyntax);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
412
root =
RemoveNodeWithFormatting
(root, trackedDisposeNode);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\BasicPreferHashDataOverComputeHash.Fixer.vb (3)
46
root =
RemoveNodeWithFormatting
(root, currentCreateNode)
51
root =
RemoveNodeWithFormatting
(root, localDeclarationStatement)
54
root =
RemoveNodeWithFormatting
(root, variableDeclaratorSyntax)