8 references to IsEmpty
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
640
result = [.. result.Where(group => !group.
IsEmpty
())];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (3)
93
if (modifierTokens.
IsEmpty
())
291
if (modifierTokens.
IsEmpty
())
588
if (modifierTokens.
IsEmpty
())
Microsoft.CodeAnalysis.Features (2)
SignatureHelp\SignatureHelpItems.cs (1)
70
Contract.ThrowIfTrue(items.
IsEmpty
());
src\roslyn\src\Analyzers\Core\Analyzers\Helpers\DiagnosticHelper.cs (1)
211
Contract.ThrowIfTrue(tagIndices.
IsEmpty
());
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\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})"/>.