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)
152newProjectInfo.Documents, 153_mostRecentFileInfo?.Documents,
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
103var sourceFiles = projectFileInfo.Documents
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
352var documents = CreateDocumentInfos(projectFileInfo.Documents, projectId, commandLineArgs.Encoding);