17 references to IsEmpty
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
InlineRename\CSharpEditorInlineRenameService.cs (3)
94if (!definitions.IsEmpty) 98if (!references.IsEmpty) 102if (!docComments.IsEmpty)
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
1031if (diagnostics.Diagnostics.IsEmpty) 1301(!activeNodes.IsEmpty || 1562if (diagnostics.Diagnostics.IsEmpty)
EditAndContinue\ActiveStatementsMap.cs (1)
239Debug.Assert(builder.IsEmpty);
EditAndContinue\EditSession.cs (3)
1358if (projectSummaryToReport.HasValue || !projectDiagnostics.IsEmpty) 1363if (!projectDiagnostics.IsEmpty) 1415var moduleUpdates = new ModuleUpdates(deltas.IsEmpty && projectsToRebuild.IsEmpty ? ModuleUpdateStatus.None : ModuleUpdateStatus.Ready, updates);
EditAndContinue\ProjectDifferences.cs (2)
35=> !ChangedOrAddedDocuments.IsEmpty || !DeletedDocuments.IsEmpty;
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.cs (1)
91if (actions.IsEmpty)
Microsoft.CodeAnalysis.Workspaces (4)
Options\GlobalOptionService.cs (1)
171if (changedOptions.IsEmpty)
Workspace\Solution\SolutionCompilationState.cs (2)
616Debug.Assert(addedDocumentInfos.IsEmpty); 617Debug.Assert(removedDocumentInfos.IsEmpty);
Workspace\Workspace.cs (1)
363if (relatedDocumentIdsAndStates.IsEmpty)