5 references to CountText
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (1)
55
return ReplaceAnyWithPropertyCheck(root, node, PreferLengthCountIsEmptyOverAnyAnalyzer.
CountText
);
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
29
PreferLengthCountIsEmptyOverAnyAnalyzer.
CountText
=> (ReplaceAnyWithCount(root, node), 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
)))