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