2 references to WithDocumentFilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Document.cs (1)
435
=> this.Project.Solution.
WithDocumentFilePath
(this.Id, filePath).GetRequiredDocument(Id);
Workspace\Workspace.cs (1)
1122
newSolution = newSolution.
WithDocumentFilePath
(documentId, newInfo.FilePath);