7 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
59
if (diagnosticIds == null || diagnosticIds.
IsEmpty
())
Rename\ConflictEngine\ConflictResolver.cs (1)
196
if (implicitReferenceLocations.
IsEmpty
())
Rename\RenameUtilities.cs (1)
100
var isSubset = renameLocations.Select(l => l.DocumentId.ProjectId).Distinct().Except(projectIdsOfRenameSymbolDeclaration).
IsEmpty
();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
22
if (tree == null || tree.GetLineMappings(cancellationToken).
IsEmpty
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (1)
226
if (token.Width() <= 0 || operationTokens.
IsEmpty
())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Rules\Operations\AlignTokensOperation.cs (1)
19
Debug.Assert(!tokens.
IsEmpty
());
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
195
if (nodes == null || nodes.
IsEmpty
())