5 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\Project.cs (1)
177public bool HasDocuments => !State.DocumentStates.IsEmpty;
Workspace\Solution\ProjectState.cs (1)
974if (DocumentStates.IsEmpty)
Workspace\Solution\SolutionChanges.cs (1)
97if (_newSolution.CompilationState.FrozenSourceGeneratedDocumentStates.IsEmpty)
Workspace\Solution\SolutionCompilationState.CompilationTracker.CompilationTrackerState.cs (1)
192if (this.GeneratorInfo.Documents.IsEmpty)
Workspace\Solution\SolutionCompilationState.cs (1)
1346if (FrozenSourceGeneratedDocumentStates.IsEmpty)