4 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);