17 references to IsEmpty
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
InlineRename\CSharpEditorInlineRenameService.cs (3)
94
if (!definitions.
IsEmpty
)
98
if (!references.
IsEmpty
)
102
if (!docComments.
IsEmpty
)
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
1031
if (diagnostics.Diagnostics.
IsEmpty
)
1301
(!activeNodes.
IsEmpty
||
1562
if (diagnostics.Diagnostics.
IsEmpty
)
EditAndContinue\ActiveStatementsMap.cs (1)
239
Debug.Assert(builder.
IsEmpty
);
EditAndContinue\EditSession.cs (3)
1358
if (projectSummaryToReport.HasValue || !projectDiagnostics.
IsEmpty
)
1363
if (!projectDiagnostics.
IsEmpty
)
1415
var 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)
91
if (actions.
IsEmpty
)
Microsoft.CodeAnalysis.Workspaces (4)
Options\GlobalOptionService.cs (1)
171
if (changedOptions.
IsEmpty
)
Workspace\Solution\SolutionCompilationState.cs (2)
616
Debug.Assert(addedDocumentInfos.
IsEmpty
);
617
Debug.Assert(removedDocumentInfos.
IsEmpty
);
Workspace\Workspace.cs (1)
363
if (relatedDocumentIdsAndStates.
IsEmpty
)