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