5 references to LengthText
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (3)
78
case PreferLengthCountIsEmptyOverAnyAnalyzer.
LengthText
:
79
editor.ReplaceNode(toReplace, (currentNode, _) => ReplaceAnyWithPropertyCheck(currentNode, PreferLengthCountIsEmptyOverAnyAnalyzer.
LengthText
) ?? currentNode);
95
PreferLengthCountIsEmptyOverAnyAnalyzer.
LengthText
=> MicrosoftNetCoreAnalyzersResources.PreferLengthOverAnyCodeFixTitle,
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAnyAnalyzer.cs (2)
124
properties.Add(DiagnosticPropertyKey,
LengthText
);
151
return typeSymbol.GetMembers(
LengthText
)