9 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (9)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
59if (diagnosticIds == null || diagnosticIds.IsEmpty())
Rename\ConflictEngine\ConflictResolver.cs (1)
196if (implicitReferenceLocations.IsEmpty())
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs (3)
39return !other.IsEmpty(); 54return other.IsEmpty(); 64return other.IsEmpty();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
22if (tree == null || tree.GetLineMappings(cancellationToken).IsEmpty())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (1)
226if (token.Width() <= 0 || operationTokens.IsEmpty())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\AlignTokensOperation.cs (1)
19Debug.Assert(!tokens.IsEmpty());
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
195if (nodes == null || nodes.IsEmpty())