5 references to Folders
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1115if (oldAttributes.Folders != newInfo.Folders) 1117newSolution = newSolution.WithDocumentFolders(documentId, newInfo.Folders);
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildWorkspace.cs (3)
473var relativePath = (info.Folders != null && info.Folders.Count > 0) 474? Path.Combine(Path.Combine([.. info.Folders]), fileName)