6 references to CountText
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (3)
82case PreferLengthCountIsEmptyOverAnyAnalyzer.CountText: 83editor.ReplaceNode(toReplace, (currentNode, _) => ReplaceAnyWithPropertyCheck(currentNode, PreferLengthCountIsEmptyOverAnyAnalyzer.CountText) ?? currentNode); 96PreferLengthCountIsEmptyOverAnyAnalyzer.CountText => MicrosoftNetCoreAnalyzersResources.PreferCountOverAnyCodeFixTitle,
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAnyAnalyzer.cs (3)
131properties.Add(DiagnosticPropertyKey, CountText); 158return typeSymbol.GetMembers(CountText) 160.Concat(typeSymbol.AllInterfaces.SelectMany(s => s.GetMembers(CountText)))