1 write to Documents
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
172
Documents
= documents;
6 references to Documents
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.cs (1)
107
MapDocuments(oldProjectId, newProjectInfo.
Documents
),
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
231
var updatedDocuments = temporaryProjectInfo.
Documents
.Select(d => d.Id == temporaryDocumentId ? d.WithTextLoader(newLoader) : d);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectInfo.cs (2)
300
var newDocuments = documents ??
Documents
;
311
newDocuments ==
Documents
&&
Workspace\Solution\ProjectState.cs (1)
105
DocumentStates = new TextDocumentStates<DocumentState>(projectInfoFixed.
Documents
, info => CreateDocument(info, parseOptions, loadTextOptions));
Workspace\Solution\SolutionCompilationState.cs (1)
626
UpdateDocuments<DocumentState>(info.
Documents
);