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