2 overrides of ReplaceAnyWithIsEmpty
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (1)
17
protected override SyntaxNode?
ReplaceAnyWithIsEmpty
(SyntaxNode root, SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicPreferLengthCountIsEmptyOverAnyFixer.vb (1)
15
Protected Overrides Function
ReplaceAnyWithIsEmpty
(root As SyntaxNode, node As SyntaxNode) As SyntaxNode
1 reference to ReplaceAnyWithIsEmpty
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
27
PreferLengthCountIsEmptyOverAnyAnalyzer.IsEmptyText => (
ReplaceAnyWithIsEmpty
(root, node), MicrosoftNetCoreAnalyzersResources.PreferIsEmptyOverAnyCodeFixTitle),