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