6 references to Empty
Microsoft.CodeAnalysis.Workspaces (6)
ImmutableHashMap.cs (1)
83
=> this.IsEmpty ? this :
Empty
.WithComparers(_keyComparer, _valueComparer);
Workspace\Solution\Project.cs (4)
31
private ImmutableHashMap<DocumentId, Document> _idToDocumentMap = ImmutableHashMap<DocumentId, Document>.
Empty
;
32
private ImmutableHashMap<DocumentId, SourceGeneratedDocument> _idToSourceGeneratedDocumentMap = ImmutableHashMap<DocumentId, SourceGeneratedDocument>.
Empty
;
33
private ImmutableHashMap<DocumentId, AdditionalDocument> _idToAdditionalDocumentMap = ImmutableHashMap<DocumentId, AdditionalDocument>.
Empty
;
34
private ImmutableHashMap<DocumentId, AnalyzerConfigDocument> _idToAnalyzerConfigDocumentMap = ImmutableHashMap<DocumentId, AnalyzerConfigDocument>.
Empty
;
Workspace\Solution\Solution.cs (1)
37
_projectIdToProjectMap = ImmutableHashMap<ProjectId, Project>.
Empty
;