4 references to IsEmptyText
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferLengthCountIsEmptyOverAny.Fixer.cs (1)
33
IdentifierName(PreferLengthCountIsEmptyOverAnyAnalyzer.
IsEmptyText
)
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
27
PreferLengthCountIsEmptyOverAnyAnalyzer.
IsEmptyText
=> (ReplaceAnyWithIsEmpty(root, node), MicrosoftNetCoreAnalyzersResources.PreferIsEmptyOverAnyCodeFixTitle),
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAnyAnalyzer.cs (2)
118
properties.Add(DiagnosticPropertyKey,
IsEmptyText
);
139
return typeSymbol.GetMembers(
IsEmptyText
)