6 references to IsEmpty
Roslyn.Diagnostics.Analyzers (2)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (2)
240
/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="
IsEmpty
{T}(ICollection{T})"/>.
248
/// This method is necessary to avoid an ambiguity between <see cref="IsEmpty{T}(IReadOnlyCollection{T})"/> and <see cref="
IsEmpty
{T}(ICollection{T})"/>.
Roslyn.Diagnostics.CSharp.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
653
result = [.. result.Where(group => !group.
IsEmpty
())];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (3)
93
if (modifierTokens.
IsEmpty
())
291
if (modifierTokens.
IsEmpty
())
588
if (modifierTokens.
IsEmpty
())