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