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