5 references to IsEmpty
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (2)
57
generator.IdentifierName(UseCountProperlyAnalyzer.
IsEmpty
) :
58
generator.MemberAccessExpression(objectExpression, UseCountProperlyAnalyzer.
IsEmpty
);
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (3)
41
internal const string IsEmpty = nameof(
IsEmpty
);
505
TypeContainsVisibleProperty(context, type,
IsEmpty
, SpecialType.System_Boolean, out ISymbol? isEmptyPropertySymbol) &&
535
TypeContainsVisibleProperty(context, type,
IsEmpty
, SpecialType.System_Boolean, out ISymbol? isEmptyPropertySymbol) &&