4 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (4)
Options\GlobalOptionService.cs (1)
212
if (changedOptions.
IsEmpty
)
Workspace\Solution\SolutionCompilationState.cs (2)
616
Debug.Assert(addedDocumentInfos.
IsEmpty
);
617
Debug.Assert(removedDocumentInfos.
IsEmpty
);
Workspace\Workspace.cs (1)
354
if (relatedDocumentIdsAndStates.
IsEmpty
)