2 references to ReplaceAnyWithPropertyCheck
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (2)
49
return
ReplaceAnyWithPropertyCheck
(root, node, PreferLengthCountIsEmptyOverAnyAnalyzer.LengthText);
54
return
ReplaceAnyWithPropertyCheck
(root, node, PreferLengthCountIsEmptyOverAnyAnalyzer.CountText);