2 references to IsEmpty
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
172
public bool HasDocuments => !_projectState.DocumentStates.
IsEmpty
;
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (1)
276
if (this.GeneratorInfo.Documents.
IsEmpty
)