5 references to IsEmptyText
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (1)
38
IdentifierName(PreferLengthCountIsEmptyOverAnyAnalyzer.
IsEmptyText
)
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (2)
74
case PreferLengthCountIsEmptyOverAnyAnalyzer.
IsEmptyText
:
94
PreferLengthCountIsEmptyOverAnyAnalyzer.
IsEmptyText
=> MicrosoftNetCoreAnalyzersResources.PreferIsEmptyOverAnyCodeFixTitle,
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAnyAnalyzer.cs (2)
118
properties.Add(DiagnosticPropertyKey,
IsEmptyText
);
139
return typeSymbol.GetMembers(
IsEmptyText
)