1 write to Documents
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\ProjectFileInfo.cs (1)
158Documents = [],
4 references to Documents
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\LoadedProject.cs (2)
175newProjectInfo.Documents, 176_mostRecentFileInfo?.Documents,
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
109var sourceFiles = projectFileInfo.Documents
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
352var documents = CreateDocumentInfos(projectFileInfo.Documents, projectId, commandLineArgs.Encoding);